Jeff Becker
3a97c9b32e
Merge remote-tracking branch 'origin/dev'
2017-05-14 19:25:15 -04:00
PantsuDev
727c1a8211
Merge pull request #511 from watchoutfortanelidaizvatanenthepublicen/patch-2
...
[tl] small edits
2017-05-15 08:55:06 +10:00
ElegantMonkey
3dced6fdf0
Use Mutex when modifying failedOperations, add exponential cooldown
...
Just to be safe, won't allow concurrent goroutines to modify the map.
The exponential cooldown prevents newer torrents with no seeds
blocking older ones with seeds, when there are enough failures that a
cooldown event would fill the queue with only failed torrents.
2017-05-14 19:30:56 -03:00
watchoutfortanelidaizvatanenthepublicen
630d8b3773
Update it-it.all.json
2017-05-15 00:23:35 +02:00
watchoutfortanelidaizvatanenthepublicen
91d9f89783
Update it-it.all.json
2017-05-15 00:16:55 +02:00
watchoutfortanelidaizvatanenthepublicen
f04c62521c
[tl] small edits
2017-05-15 00:13:04 +02:00
akuma06
e248f3b932
Merge pull request #510 from mitki/patch-6
...
[TL] Update pt-br
2017-05-15 00:09:01 +02:00
akuma06
d2aa368c36
Fixed comma
2017-05-15 00:03:31 +02:00
Mitki
0eee216bce
[TL] Update pt-br
2017-05-14 18:50:14 -03:00
PantsuDev
914bf6cc28
Merge pull request #505 from Nirusu/dev
...
Update German translation and edit some idiomatic German
2017-05-15 07:46:13 +10:00
PantsuDev
5fa41ce61c
Merge pull request #508 from yiiTT/master
...
FAQ Tracker recomendation
2017-05-15 07:45:42 +10:00
PantsuDev
341bd37dfc
Merge pull request #509 from goonyaa/dev
...
[translations] update ru-ru
2017-05-15 07:45:23 +10:00
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