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

1436 commits

Auteur SHA1 Message Date
Mitki
4617c7cf29 [TL] Update pt-br 2017-05-14 18:45:06 -03:00
ElegantMonkey
a55cf2a803 Use NoCount version of GetTorrents
The normal GetTorrents version always called COUNT(*) on the query,
which consistently took around 300 ms. With the NoCount, the SELECT
queries take 5-50 ms.
2017-05-14 18:24:41 -03:00
ElegantMonkey
cae0026a67 Add fail cooldown
After a set cooldown, torrents that failed to be fetch will be able
to be fetched again. Set FailCooldown to -1 to disable.
2017-05-14 18:10:39 -03:00
GooNyaa
84a8f2668d [translations] update ru-ru 2017-05-14 23:34:23 +03:00
yiiTT
ce569f82f2 FAQ Tracker recomendation 2017-05-14 15:27:44 -05:00
Atvaark
cd844aec45 Replace 'en-us' literals with the default language
This consolidates the places where a default language has to be set.

- Removed import of the 'userService' package into the 'languages' util
  package
  This was required to prevent a cyclic import between the two packages.
- Added a 'UserRetriever' interface to read the language setting of users
  inside the 'languages' package
2017-05-14 22:10:07 +02:00
akuma06
953f67f18e Merge pull request #503 from Myrmece/patch-2
Updated translation.
2017-05-14 21:50:16 +02:00
akuma06
2c8cf010b3 Merge pull request #501 from watchoutfortanelidaizvatanenthepublicen/patch-1
Untranslated sentences
2017-05-14 21:50:00 +02:00
ElegantMonkey
83de593a65 Exclude failed operations from query
Instead of loading more rows to compensate for failed operations,
exclude them at the query.
2017-05-14 16:47:48 -03:00
watchoutfortanelidaizvatanenthepublicen
59d08c105d Update it-it.all.json 2017-05-14 21:45:16 +02:00
watchoutfortanelidaizvatanenthepublicen
184a6b8e3d Update it-it.all.json 2017-05-14 21:33:25 +02:00
watchoutfortanelidaizvatanenthepublicen
d128981961 Update it-it.all.json 2017-05-14 21:32:37 +02:00
Nirusu
25ba6b9a76 Update German translation 2017-05-14 21:26:59 +02:00
Myrmece
7d09479931 Updated translation. 2017-05-14 21:21:38 +02:00
watchoutfortanelidaizvatanenthepublicen
f93fea3ef1 Untranslated sentences 2017-05-14 20:36:29 +02:00
akuma06
744de368ff Merge pull request #499 from CrisBRM/dev
Adds pt-pt and fixes pt-br
2017-05-14 19:50:50 +02:00
akuma06
b5dd5f13b4 Update pt-br.all.json 2017-05-14 19:50:23 +02:00
akuma06
11b9971952 Update pt-br.all.json 2017-05-14 19:50:02 +02:00
akuma06
1a3ffdf7f2 Merge pull request #498 from yueou/dev
Add new translations
2017-05-14 19:47:32 +02:00
akuma06
fa305a59a7 Merge pull request #489 from sfan5/fixez
Lots of fixes
2017-05-14 19:46:31 +02:00
akuma06
e7f374dee7 Merge pull request #496 from ewhal/akuma06-patch-1
Fixes comment word breaking
2017-05-14 19:46:12 +02:00
xqm
44a6eaf524 Add new translations
Add new translations
2017-05-15 01:32:25 +08:00
CrisBRM
d5401108e7 oops, fixes pt-br again 2017-05-14 18:13:37 +01:00
CrisBRM
d81f78a91b adds pt-pt and fixes pt-br 2017-05-14 18:10:00 +01:00
xqm
a9b99b832c Update zh-cn
Update zh-cn
2017-05-15 00:58:39 +08:00
xqm
79451e87c0 Merge remote-tracking branch 'refs/remotes/ewhal/dev' into dev 2017-05-15 00:52:30 +08:00
akuma06
f4fc3e4f82 Merge pull request #495 from Myrmece/patch-1
Updated translation.
2017-05-14 18:30:36 +02:00
akuma06
6a02debe2e Fixes comment word breaking 2017-05-14 18:28:54 +02:00
sfan5
15ecf9827b Fix minor bug after completing modpanel reassing form 2017-05-14 18:17:18 +02:00
Myrmece
d97c0a8db8 Updated translation. 2017-05-14 18:14:44 +02:00
akuma06
81030bf698 Merge pull request #486 from goonyaa/dev
[templates][FAQ] update "other trackers" alignment
2017-05-14 18:13:06 +02:00
sfan5
a892184f75 Less space-wasting comment display 2017-05-14 17:50:45 +02:00
ElegantMonkey
2ab4d4ad9e Fix conflict on translation 2017-05-14 12:45:07 -03:00
sfan5
d2eacfc692 Add torrent link to modpanel comment list 2017-05-14 17:41:55 +02:00
sfan5
65042a62ea Update german translation 2017-05-14 17:35:10 +02:00
sfan5
7bb2e974f7 Fix broken API token translation 2017-05-14 17:35:10 +02:00
sfan5
b930997c68 Make sorting by date date work nicely 2017-05-14 17:35:10 +02:00
sfan5
937c9752af Fix broken translation string on view page 2017-05-14 17:34:58 +02:00
ElegantMonkey
720c27e38f Get FileList of new uploaded .torrent files 2017-05-14 12:28:48 -03:00
ElegantMonkey
58869114d7 Don't update Length if it hasn't changed 2017-05-14 12:21:49 -03:00
sfan5
a9f534e19c Unbreak layout of view page in general (@akuma06 again) 2017-05-14 17:13:45 +02:00
sfan5
b7834bc1ba Fix torrent status color not being shown on view page (@akuma06 broke it) 2017-05-14 17:13:28 +02:00
GooNyaa
425ad9c787 [templates][FAQ] update "other trackers" alignment 2017-05-14 18:10:36 +03:00
akuma06
dcc75cb855 Merge pull request #482 from lc-guy/patch-2
remind that verification isn't necessary after signup
2017-05-14 16:51:57 +02:00
akuma06
031187ae49 Merge pull request #483 from sisimouto/dev
trans: More update for th-th
2017-05-14 16:50:20 +02:00
akuma06
2e890d4f0e Merge pull request #481 from mitki/patch-5
Update pt-br.all.json
2017-05-14 16:49:47 +02:00
akuma06
527f978d79 Merge pull request #479 from ewhal/torrent-btn-translation
Torrent view translation
2017-05-14 16:49:26 +02:00
akuma06
cc376d88de Merge branch 'dev' into torrent-btn-translation 2017-05-14 16:49:20 +02:00
ElegantMonkey
7d8cbe1393 Add Upload and Download limiters, rely on unique_index for avoiding duplicates
The FileList that is read with GetTorrents is empty, as it's only loaded with
GetTorrentById. So, always insert the new FileList on the database, and rely on
the unique_index to avoid duplications.
2017-05-14 11:35:03 -03:00
sisimouto
56544be992 Update th-th.all.json 2017-05-14 22:55:34 +09:00