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

1412 commits

Auteur SHA1 Message Date
xqm d33b02d93c Merge remote-tracking branch 'refs/remotes/ewhal/dev' into dev 2017-05-15 12:35:02 +08:00
PantsuDev 8f38e2394a Update README.md 2017-05-15 11:22:28 +10:00
PantsuDev 751587ef84 Merge pull request #513 from majestrate/new-database
New database Abstraction Layer (WIP)
2017-05-15 11:18:46 +10:00
PantsuDev a4a72a3346 Merge pull request #477 from ElegantMonkey/dev
MetainfoFetcher and file lists
2017-05-15 11:16:22 +10:00
PantsuDev fbe229eb51 Merge pull request #514 from sisimouto/dev
trans: Update th-th.all.json
2017-05-15 11:05:10 +10:00
sisimouto 7b34b047f5 Update th-th.all.json 2017-05-15 09:27:55 +09:00
ElegantMonkey b9904161f0 Only show added message if actually added to queue 2017-05-14 21:21:04 -03:00
ElegantMonkey df2c9bc2f7 Fix conflicts 2017-05-14 21:19:29 -03:00
SpamNeko 0c9cdfa8bf Sorting arrows on table headers (#504)
* Sorting arrows on table headers

* Better arrows and seperate S/L/D columns
2017-05-14 19:01:04 -05:00
Jeff Becker 8dbb34c8a1 fix 2017-05-14 19:51:19 -04:00
Jeff Becker 9663ed3afe remove uneeded function from interface 2017-05-14 19:46:33 -04:00
Jeff Becker 449cec15ac make it compile 2017-05-14 19:43:07 -04:00
Jeff Becker 431a0c3748 add new db interface beginnings 2017-05-14 19:31:17 -04:00
PantsuDev 64ea0df4ee Merge pull request #506 from Atvaark/defaultlanguage
Replace 'en-us' literals with the default language
2017-05-15 09:27:32 +10:00
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