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

269 commits

Auteur SHA1 Message Date
akuma06 fa7280b0d0 Merge pull request #660 from mitki/patch-7
Update pt-br.all.json
2017-05-21 02:16:14 +02:00
akuma06 3d81f6081b Added website_link string (en-us) 2017-05-21 01:50:53 +02:00
Mitki 04ee79947b Update pt-br.all.json 2017-05-20 20:33:52 -03:00
Mitki e3cd2d776c Update pt-br.all.json 2017-05-20 20:30:50 -03:00
akuma06 798ec9a3a8 Merge remote-tracking branch 'refs/remotes/origin/dev' into notifications
# Conflicts:
#	templates/_badgemenu.html
2017-05-21 01:21:56 +02:00
akuma06 5f60970eb9 Finished 2017-05-21 01:06:40 +02:00
Steindór 6ca3efe4c0 Added icelandic translations (#656)
* fixed the spacing between the logo and the nightmode button

* used tabs like the rest of the file

* fixed the nightmode switcher, broke everything else

* Navbar styling no longer dependent on bugs

* fixed issues when logged in

* added icelandic translations

* Missed one

* Fixed typos

* Update is-is.all.json

Creating some new words on the spot for completeness
2017-05-21 08:39:12 +10:00
Eduard Ereza Martínez e181172aaf Update Catalan translation (#655)
* Update Catalan translation

* Oops... missing comma!
2017-05-21 08:38:44 +10:00
akuma06 0390fc5215 Mostly done 2017-05-21 00:02:57 +02:00
akuma06 f61bff5fac Merge pull request #638 from fuzzyballz/patch-1
Updated translation, added missing diacritics.
2017-05-20 14:23:19 +02:00
akuma06 101a2a06d8 Fixed +'s 2017-05-20 14:19:26 +02:00
sisimouto cc32c90b88 Update th-th.all.json (#641) 2017-05-20 20:45:38 +10:00
Myrmece 69d87bc463 Updated translation. (#639) 2017-05-20 20:45:06 +10:00
fuzzyballz 14040afc26 Updated translation, added missing diacritics. 2017-05-20 10:50:48 +03:00
MMP0 a0854fe8ee Update Japanese translations + Small changes (#635)
* Update ja-jp.all.json

* Update ja-jp.all.json

* Update _user_list_torrents.html

* Update dumps.html

* Update _user_list_torrents.html

* Update dumps.html

* Update _badgemenu.html
2017-05-20 13:12:46 +10:00
tomleb 7eee47b0d3 Fix bug, remove literals (#629)
* Use ModeratorDir variable

* Rename cookieHelper to cookie_helper for consistency

* Use named constant instead of literals

* Fix ability to upload when uploads are disabled

The old code let people upload under the right conditions when uploads
were disabled. (ie: User is banned and config.AdminAreStillAllowedTo is
false)

* Increase timeout (fixes #517)

* Fix inconsistent indentation *.{js, css} (fix #583)

* Fix negative page

Temporary fix. The issue was that going to a negative page caused the
sql query to have a negative offset. This caused an error in the
database query.

We need to cleanup this code, but this will work for now.

* Fix wrong PG_DATA directory due to upgrade to 9.6

* Add server status link to FAQ

* Fix failing tests

* Clarify group_vars/all and hosts doc

* Add a wrapper to protect /mod route

* Fix login page not showing form errors
2017-05-20 09:10:16 +10:00
MMP0 0f2cea6a77 Update ja-jp.all.json (#622) 2017-05-19 12:56:12 +10:00
tomleb babf0a37f0 Cleanups and fixes (#623)
* Keep naming consistent

* Remove execute bit from files

* Default to DefaultLanguage (without passing it to the func)

* Remove commented code

* Use Content-Type to get language json

* Lines of 400 characters is dumb

* Update new repo in README

* Remove useless script since we fallback to a defaultlang

* Fix fallback language panic

* Fix uninitialized MaxPerPage when not in querystr

The issue was that the req.MaxPerPage was not set (default to 0) when
the query string didn't include "max". This makes the server query the
whole db since the resulting limit is 0.

* Fix creating empty torrents (only worked once)

* Lines of 400 characters is still dumb
2017-05-19 12:55:59 +10:00
Myrmece c963d3174b Updated translation. (#613) 2017-05-18 22:35:32 +10:00
MMP0 c83efcbdc0 Update Japanese translations (#608)
* Update ja-jp.all.json

* Update ja-jp.all.json

ログイン, 登録, ログアウト -> サインイン, サインアップ, サインアウト

* Update ja-jp.all.json

Revert

* Fix syntax error

* Fix
2017-05-18 22:35:17 +10:00
sisimouto 3257e38b9d Update th-th.all.json 2017-05-18 10:16:05 +09:00
sisimouto 0a325a55ef Update th-th.all.json 2017-05-18 10:14:04 +09:00
tomleb 546a39bb14 Add Db dumps translation 2017-05-17 19:05:58 -04:00
tomleb ca9f8f28d6 Add script to add new translation to everyfile 2017-05-17 19:05:58 -04:00
Myrmece 8dfa25cbce Updated translation. 2017-05-17 23:39:38 +02:00
akuma06 3d089c849a Merge pull request #579 from yueou/dev
Update zh-cn
2017-05-17 22:38:44 +02:00
akuma06 b154395de2 Merge pull request #578 from MMP0/patch-18
Fix Japanese translation
2017-05-17 22:37:43 +02:00
akuma06 4d5c15ab3f Merge pull request #584 from ElegantMonkey/minor-fixes
Changes to seed/leech display
2017-05-17 22:37:31 +02:00
ElegantMonkey ccda45a452 Show Unknown seed/leech count on LastScrape == NULL, show scrape time
Instead of showing 0/0/0 when the torrent hasn't been scraped (which
may be misleading), show "Unknown", and also show when the torrent was
last scraped on the view torrent page.
2017-05-17 13:06:21 -03:00
sfan5 1be4ec1a94 Use JS date formatting for comments too 2017-05-17 16:07:32 +02:00
xqm 913b91b4f9 Update zh-cn 2017-05-17 21:57:52 +08:00
MMP0 c06f673430 Update ja-jp.all.json 2017-05-17 21:30:40 +09:00
MMP0 37175aecad Update ja-jp.all.json 2017-05-17 21:21:27 +09:00
MMP0 c29de3925d Update ja-jp.all.json
Fix "please_include_our_tracker"
2017-05-17 20:47:12 +09:00
MMP0 126ddc4fe4 Update ja-jp.all.json (#577)
Add "fun", "please_include_our_tracker"
2017-05-17 21:40:48 +10:00
Myrmece 474f010232 Updated translation. 2017-05-17 00:52:16 +02:00
akuma06 297ee531f8 Fix lang in html tag
Added a new translation string in all translations "language_code"
Issue #545
2017-05-17 00:27:55 +02:00
akuma06 e4eb158a90 doko patch
Just for issue #549
2017-05-16 22:55:07 +02:00
akuma06 6fe3fa5d49 Merge pull request #547 from fuzzyballz/dev
Romanian translation
2017-05-16 22:03:51 +02:00
Myrmece 4e71ea8a52 Updated translation. 2017-05-16 20:59:38 +02:00
fuzzyballz b399e129c0 Add files via upload 2017-05-16 17:28:39 +03:00
Yueou 85c3a67602 Update zh-cn (#543)
* Update zh-cn

* Update zh-cn
2017-05-16 19:19:17 +10:00
MMP0 50d83bdab4 Update ja-jp.all.json (#538) 2017-05-16 13:00:22 +10:00
MMP0 a2b367a8a5 Update Japanese translations (#535)
* Update ja-jp.all.json

* Update ja-jp.all.json
2017-05-16 11:49:42 +10:00
dumbwanker bde31582de Add 'Ren-chon' note to translations that don't have it (#532) 2017-05-16 07:45:56 +10:00
Myrmece 93966299f1 Updated translation. (#533) 2017-05-16 07:45:14 +10:00
sisimouto fe4606c664 trans: Update for th-th (#531)
* Update th-th.all.json

* Update th-th.all.json
2017-05-16 07:44:44 +10:00
akuma06 01c324c7fc Merge pull request #529 from sfan5/normies
Fix upload page
2017-05-15 19:42:26 +02:00
akuma06 e1ef9580df Merge pull request #526 from yueou/dev
Translation bug fix and update zh-cn
2017-05-15 19:41:01 +02:00
sisimouto 7704aaac5a Update th-th.all.json (#524) 2017-05-15 19:39:57 +02:00