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

264 commits

Auteur SHA1 Message Date
akuma06 21ac12c852 Some updates
* Added support of UGC without div tag for torrents
* Added support of basic html tags for comments (a, img, b, em, u)

Fixed:
* Bug with r *request becoming a nul pointer when loading from contextin
messages.go
2017-05-24 00:08:02 +02:00
Ramon Dantas 38f331a32e Make metainfo_fetcher fetch metadata only for new torrents (#694)
Added a flag on the config, that, when set, will only fetch data starting
from torrents with ID > config.LastOldTorrentID. Also updated the query
to use the config's files table, instead of hard-coding it.
2017-05-23 11:19:28 +10:00
Eliot Whalan 2e7392f46e
Fix compile error 2017-05-23 11:19:05 +10:00
Eliot Whalan b26d788ab9
Generate api tokens on user creation 2017-05-23 11:16:57 +10:00
akuma06 4411c5d731 Fix #679
Parsing template.HTML into string and then use Sprintf make a bug.
2017-05-22 10:15:18 +02:00
akuma06 07c120407e Finished 2017-05-22 00:22:42 +02:00
akuma06 a4c23dda1f wiiiip 2017-05-21 20:20:40 +02:00
akuma06 5639033370 Wiiiiiip 2017-05-21 19:38:39 +02:00
akuma06 32c51a57cb User Settings Notification (WIP) 2017-05-21 18:13:28 +02:00
akuma06 42de73fa78 Fixed unassigned value 2017-05-21 00:29:07 +02:00
akuma06 0390fc5215 Mostly done 2017-05-21 00:02:57 +02:00
akuma06 4cbbb95e4f Notification for Users (WIP) 2017-05-20 20:53:05 +02:00
sfan5 4c24318cb3 More sukebei fixes (#649)
* Remove useless .Table() from db usage

This is handled via TableName() already

* Optimization: omit file-list fetching for old torrents

* Use seperate tables for reports & files on sukebei

* Fix invalid pages in nav if <5 pages total
2017-05-21 00:26:22 +10:00
akuma06 369c9151f1 Merge remote-tracking branch 'refs/remotes/origin/dev' into multi-action-torrents-mod
# Conflicts:
#	router/modpanel.go
#	router/router.go
#	service/torrent/torrent.go
2017-05-20 13:58:37 +02:00
akuma06 0d5e2abf7f Added multi action on torrents 2017-05-20 13:45:15 +02:00
sfan5 a3fa6df938 Remove bugs (#643)
* Fix S/L/D columns wasting huge amounts of space

Partially reverts 0c9cdfa8bf.

* Move last scrape below seed-bar

Also fixes the very misleading indentation

* Show category name on view page too

* Fix fucked up login page (fixes #640)

* Fix empty page on login w/o pass (fixes #634)

* Fix incorrectly colored error text in day mode

* Better readable footer in night mode

* Prepare having old uploader names on sukebei and various fixes for sukebei

* Different HTML title for sukebei
2017-05-20 20:45:27 +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
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
goonyaa 5d22718abd Preload Last torrents instead of First on profile page to load them in DESC order. Should close #396 (#620) 2017-05-19 09:47:21 +10:00
PantsuDev 70f87e7aac finish repo transfer 2017-05-17 15:58:40 +10:00
akuma06 9cdfc00762 Number of comments
Issue #553
2017-05-17 00:05:16 +02:00
Eliot Whalan 4e61605a30 Merge branch 'dev' 2017-05-16 13:34:21 +10:00
Eliot Whalan cec71bd759 Add in support for commenting on sukebei 2017-05-16 12:53:02 +10:00
Ramon Dantas f351c2b047 Store torrent FileList info as bencoded data. (#530)
Use this instead of joining with forward-slashes because it's possible
that a torrent uses "foo/bar" as a filename or part of the directory list.
2017-05-16 07:45:47 +10:00
Eliot Whalan 515f4696cc Patch scrapers to support sukebei 2017-05-15 19:32:28 +10:00
Eliot Whalan 7d5369cfe1 Make table name for torrents selectable 2017-05-15 16:24:06 +10: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
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
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
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
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
sfan5 b930997c68 Make sorting by date date work nicely 2017-05-14 17:35:10 +02:00
ElegantMonkey 58869114d7 Don't update Length if it hasn't changed 2017-05-14 12:21:49 -03: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
ElegantMonkey 839e6068df Add FileList view to view.html template
Also added the code for FileList loading on torrentService.
2017-05-14 10:19:19 -03:00
ElegantMonkey e1f1c9d0c3 Update MetainfoFetcher query logic
It used to update only torrents with NULL or 0 filesizes, setting
both their filesizes and the file lists. Now, it looks for both
NULL or 0 filesizes and empty file lists.
2017-05-14 09:05:20 -03:00
ElegantMonkey 2da2ad4214 FilesizeFetcher -> MetainfoFetcher 2017-05-14 08:20:34 -03:00
ElegantMonkey 80034bb52b Also read file lists from metadata, fix Length == 0 2017-05-13 23:12:18 -03:00
ElegantMonkey a1dc2d3587 Add error message to log 2017-05-13 21:30:06 -03:00
akuma06 ed26ee81eb Merge branch 'dev' into dev 2017-05-14 00:55:17 +02:00
ElegantMonkey 4d69ee4eaa Use buffered channels, add test for invalid hash 2017-05-13 19:35:35 -03:00
akuma06 0d7678ea8b Merge pull request #438 from mitki/patch-2
Password length
2017-05-14 00:30:23 +02:00
ElegantMonkey fb677d4d9d Use sync.WaitGroup for FetchOperations 2017-05-13 16:07:39 -03:00
ElegantMonkey a068984af3 Add filesize fetcher mode 2017-05-13 14:58:48 -03:00
Mitki 1745e7e17e Update formValidator.go 2017-05-13 13:20:21 -03:00
sfan5 72ab7a490c Minor optimization about fetching old comments 2017-05-13 17:30:29 +02:00
sfan5 c0be570e54 Torrent Reassign feature for modpanel 2017-05-13 17:29:21 +02:00
sfan5 90c52bf7d3 Update list of dead trackers 2017-05-13 15:18:40 +02:00
PantsuDev 44b327e1a3 Merge pull request #395 from sfan5/searchperf
(Search) performance
2017-05-13 12:24:03 +10:00
sfan5 b2581f549b Display human-readable report reason in modpanel
Also fixes the "list all torrent reports" subpage
2017-05-12 20:43:38 +02:00
sfan5 c5fe70800d Disable CTEs and TSQuery for now 2017-05-12 19:38:08 +02:00
sfan5 5cb672b06a Stop RSS from being so slow 2017-05-12 17:54:08 +02:00
sfan5 dc509ff18c Stateless cookie auth 2017-05-12 12:40:31 +02:00
PantsuDev ac92ddfeba Merge pull request #391 from sfan5/memes
Fixes & Features
2017-05-12 20:25:05 +10:00
sfan5 6b341c7b03 No captchas for trusted users or admins, closes #330 2017-05-12 12:05:36 +02:00
Eliot Whalan bcaac0961f Revert "Stateless cookies (#372)"
This reverts commit 2f06fb8fa1.
2017-05-12 16:42:15 +10:00
ayame-git d5370705c0 converts hash to uppercase 2017-05-12 04:28:00 +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
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
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
Jeff Becker 217038eea0 only scrape torrents uploaded within 90 days 2017-05-11 09:40:33 -04:00
Jeff Becker 57895251a3 fix torrent swarm ordering and add timeouts for udp scrape 2017-05-11 07:40:50 -04:00
ayame-git 51c5f198b4 Merge branch 'master' of github.com:ewhal/nyaa into api 2017-05-11 14:38:46 +03:00
sfan5 09ff949945 Make account bans work 2017-05-11 12:05:55 +02:00
ayame-git da8b2dc9c4 base16 and base32 2017-05-11 07:23:02 +03:00
ayame-git ac6f4f82fb welll fuck me 2017-05-11 07:12:54 +03:00
ayame-git 42c79c2794 applied akuma dup fix 2017-05-11 06:25:41 +03:00
ayame-git d879f76e16 ? 2017-05-11 06:05:52 +03:00
ayame-git cc5baed9c1 stuff 2017-05-11 06:04:11 +03:00
ayame-git c32fd6e7b7 torrent upload 2017-05-11 05:56:59 +03:00
Jeff Becker d3d2f62ea6 fix buffer size 2017-05-10 18:10:20 -04:00
Jeff Becker c6427ba600 Merge remote-tracking branch 'origin/master' into scraper 2017-05-10 18:08:10 -04:00
Jeff Becker 604cf57677 make it work 2017-05-10 18:06:21 -04:00
akuma06 ceb9e039f1 Renchon can't be deleted! 2017-05-10 22:55:50 +02:00
akuma06 dee08850cf Fixing 2017-05-10 22:42:11 +02:00
sfan5 d178ab23b6 Make email verification work correctly
Previously the email was set before it had been verified, which was very wrong.
2017-05-10 22:10:31 +02:00
ayame-git 755a426931 reports are deleted with torrents 2017-05-10 22:29:59 +03:00
ayame-git 4ada27a3cc no need for potato fix anymore 2017-05-10 21:50:27 +03:00
ayame-git 1bf4012eb2 yea.. 2017-05-10 21:42:20 +03:00
akuma06 9b2c003394 Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master 2017-05-10 20:25:58 +02:00
akuma06 45e6fc109f Edit profile unborked, please don't bork it anymore :'( 2017-05-10 20:24:37 +02:00
Jeff Becker 3d8727d1e3 Revert "fix infinite loop shit"
This reverts commit 1d8ba05d09.
2017-05-10 13:54:59 -04:00
Jeff Becker 5da794cb5d fix infinite loop shit 2017-05-10 13:53:59 -04:00
Jeff Becker 25098a41a4 update scraper
this code will kill kittens
2017-05-10 13:50:34 -04:00
Jeff Becker 0f582c1197 Merge remote-tracking branch 'origin/master' into scraper 2017-05-10 13:29:56 -04:00
Jeff Becker 1089883ed5 initial 2017-05-10 13:29:35 -04:00
akuma06 de7474baef Merge pull request #243 from ElegantMonkey/fix-large-numbers
Workaround large torrent IDs on viewTorrentHandler giving blank pages
2017-05-10 19:01:15 +02:00
akuma06 b88cd33794 Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master 2017-05-10 17:38:33 +02:00
akuma06 0bf8088457 Mostly finished
Someone need to do torrent edit page
Can't do it :/
2017-05-10 17:37:49 +02:00
sfan5 18b8082adf Re-fix signup without email (@Leodmanx2 broke it) 2017-05-10 15:40:23 +02:00
akuma06 54991542cb Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master
Conflicts:
	router/templateVariables.go
2017-05-10 15:20:14 +02:00
akuma06 46d65ba865 Fixing Mod Panel (WIP) 2017-05-10 15:08:38 +02:00
Ramon Dantas 5cc945ca9a Merge branch 'master' into fix-large-numbers 2017-05-10 08:57:42 -03:00
sfan5 775f9c15ad Display username of old uploads alongside れんちょん 2017-05-10 13:32:45 +02:00
sfan5 ee6aea139f Add FIXMEs 2017-05-10 13:09:23 +02:00
Your Name e8c133fc69 display reports properly 2017-05-10 07:57:55 +00:00
Your Name b5adfb8eb4 Merge remote-tracking branch 'tom/mod' 2017-05-10 07:32:01 +00:00