Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Graphe des révisions

1159 commits

Auteur SHA1 Message Date
PantsuDev
5c048c7726 Merge pull request #389 from ewhal/akuma06-fix-design
WTF design
2017-05-12 20:25:39 +10:00
PantsuDev
ac92ddfeba Merge pull request #391 from sfan5/memes
Fixes & Features
2017-05-12 20:25:05 +10:00
sfan5
2900278526 Fix modpanel index page
Users don't seem to be fetched yet, display their IDs instead
2017-05-12 12:20:01 +02:00
sfan5
de67e9c922 Hide "Remember Me" button because it doesn't work yet 2017-05-12 12:16:15 +02:00
sfan5
1feb377ce0 Remove the notice about not hosting files from FAQ
No longer applies I guess...
2017-05-12 12:12:15 +02:00
sfan5
629dfde937 Fix one URL escape too much in RSS link 2017-05-12 12:08:38 +02:00
sfan5
6b341c7b03 No captchas for trusted users or admins, closes #330 2017-05-12 12:05:36 +02:00
akuma06
a7c7bcfa77 Merge pull request #388 from yueou/dev
Create simplified Chinese language file
2017-05-12 12:00:29 +02:00
akuma06
ad2b4acfe3 WTF design
Too much white before listing
Who had the idea to use ul for the content Oo
And please, no br when it's not in paragraph
2017-05-12 11:57:45 +02:00
PantsuDev
e790942c98 Update README.md 2017-05-12 19:53:23 +10:00
sfan5
e2a15c185c Remove eddie4.nl tracker
It resolves to the same IP address as leechers-paradise which we already have.
2017-05-12 11:30:10 +02:00
xqm
ef27b50a49 Create simplified Chinese language file
Create simplified Chinese language file
2017-05-12 17:23:07 +08:00
PantsuDev
ff49e273b1 Merge pull request #385 from mrslain/dev
Update ru-ru.all.json
2017-05-12 18:09:25 +10:00
Slain
002470a543 Update ru-ru.all.json 2017-05-12 13:22:05 +06:00
Eliot Whalan
bcaac0961f Revert "Stateless cookies (#372)"
This reverts commit 2f06fb8fa1.
2017-05-12 16:42:15 +10:00
PantsuDev
8b31fa1b88 Merge pull request #382 from yiiTT/patch-3
Update README.md
2017-05-12 14:15:25 +10:00
yiiT
6ce71ad6e1 Update README.md
Ubuntu 17.04 fails to build, use a different OS or docker
2017-05-11 23:13:52 -05:00
PantsuDev
bd7933536f Merge pull request #381 from yiiTT/master
Update Logo
2017-05-12 14:08:22 +10:00
yiiTT
6bc39d70fe Update logo CSS 2017-05-11 22:59:39 -05:00
yiiTT
d9b2348734 Update Logo 2017-05-11 22:40:55 -05:00
keo
7e10c38d84 Merge pull request #378 from mitki/patch-1
Update pt-br.all.json
2017-05-12 05:36:21 +03:00
ayame-git
cf13efe3fe unborked 2017-05-12 05:21:40 +03:00
mitki
c732fb122a Update pt-br.all.json 2017-05-11 22:31:42 -03:00
ayame-git
d5370705c0 converts hash to uppercase 2017-05-12 04:28:00 +03:00
akuma06
44508c9f82 Fix comment model 2017-05-12 01:40:02 +02:00
tomleb
34933e0b82 Use template for night theme switcher inline js 2017-05-11 17:09:53 -05:00
keo
a502dd8c3f Delete test.torrent 2017-05-12 01:01:22 +03:00
ayame-git
af2c47c2f2 Merge branch 'master' of github.com:ewhal/nyaa into api 2017-05-12 00:59:35 +03:00
ayame-git
d94f8102d1 convert base32 hash to base16 2017-05-12 00:59:00 +03:00
tomleb
b0982f07a6 Change color for bg-danger and fix night theme flickering issue (#370)
* Change color for bg-danger

* Fix annoying flickering with night theme

* use new class instead of overriding bootstrap's
2017-05-11 16:54:53 -05:00
sfan5
b6b2d836c0 Fix dates in RSS feed 2017-05-11 16:54:28 -05:00
sfan5
a96902a737 Fix minor display bug on profile edit page 2017-05-11 16:54:28 -05:00
akuma06
8d3d169316 Merge pull request #369 from bittebitte/patch-2
Autofocus username field
2017-05-11 23:20:40 +02:00
akuma06
39a7305892 Merge pull request #371 from Atvaark/postgres_tests
Add database logmode to the config
2017-05-11 23:20:12 +02:00
sfan5
019f37dc4d Stateless cookies (#372)
* Remove eddie4.nl tracker

It resolves to the same IP address as leechers-paradise which we already have.

* Remove database usage from cookie auth

* Hide "Remember Me" as it doesn't work yet
2017-05-11 16:18:56 -05:00
akuma06
3fc4236a76 slight design improvement for template 2017-05-11 22:54:42 +02:00
Atvaark
b12e812b36 Add database logmode to the config
This allows users to change the default logging verbosity (errors)
to either *detailed* (prints SQL statements) or *silent*.
Also added support for using a custom logger function.

- Fixed the gorm unit test that checks the automigrations
  They will actually fail if any errors were logged now.
- Added a postgres unit test
  Currently disabled because it would need a running local
  postgres db and  a change to the .travis.yml file to work
  inside the CI build.
2017-05-11 22:28:09 +02:00
akuma06
61ba31b337 No more gzip 2017-05-11 22:21:12 +02:00
wranai
4b810494f3 Now really fixing the status filter (#354)
I managed to screw up in the last update. Normal is 0 and remake is 1, so that makes the "goodness" order of statuses non-monotonic, so I can't use the greater sign for filtering out remakes...
2017-05-11 14:46:23 -05:00
tomleb
bfb9bf3239 Fix empty comment (sanitize then trim and check) (#368) 2017-05-11 14:46:14 -05:00
bittebitte
a377e272c8 Autofocus username field 2017-05-11 14:25:16 -05:00
Jeff
100ecffda7 fix scraper, optimize updates so it doesn't suck massive ass (#367)
* fix scraper, optimize updates so it doesn't suck massive ass

* fucking ass
2017-05-11 14:06:47 -05:00
akuma06
aed45bc29a Merge pull request #365 from Nutjob/master
Added more stuff.
2017-05-11 16:26:53 +02:00
Nutjob
c8d94c6e5b Update it-it.all.json 2017-05-11 16:13:56 +02:00
Nutjob
7ef069e0b5 Merge pull request #4 from ewhal/master
Update
2017-05-11 16:12:34 +02:00
PantsuDev
d444cf20c9 Merge pull request #364 from Myrmece/patch-1
Updated translation.
2017-05-11 23:55:24 +10:00
Myrmece
d053b18f34 Updated translation. 2017-05-11 15:52:19 +02:00
PantsuDev
63bfc8dc04 Update README.md 2017-05-11 23:50:46 +10:00
akuma06
4d5c04bbac Added CROS for RSS 2017-05-11 15:50:26 +02:00
PantsuDev
b2c1ac13b4 Merge pull request #362 from majestrate/scraper
only scrape torrents uploaded within 90 days
2017-05-11 23:43:59 +10:00