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

38 commits

Auteur SHA1 Message Date
sfan5 2f06fb8fa1 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 Becker 6c7f2cced4 forgot file 2017-05-11 09:29:08 -04:00
Jeff Becker f89689deec Merge branch 'cache-interface' into merge-cache-interface 2017-05-11 09:24:20 -04:00
Jeff Becker 955604bfee abstract out cache 2017-05-11 09:01:53 -04:00
Jeff Becker d6a3695fd7 only use coppersurfer 2017-05-10 18:23:20 -04:00
Jeff Becker c60c8cc477 add copper surfer to default 2017-05-10 18:21:04 -04:00
Jeff Becker dfa0b2ab73 initial 2017-05-10 13:29:35 -04:00
Eliot Whalan 88d516e1d8
Add doko.moe tracker 2017-05-10 20:09:12 +10:00
Eliot Whalan f811d49fd3
disable uploads 2017-05-10 18:59:41 +10:00
Chris MacLeod 14378fbf39 Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245)
* Checkpoint: it builds

The config, db, model, network, os, and public packages have had some
fixes to glaringly obvious flaws, dead code removed, and stylistic
changes.

* Style changes and old code removal in router

Router needs a lot of work done to its (lack of) error handling.

* Dead code removal and style changes

Now up to util/email/email.go. After I'm finished with the initial sweep
I'll go back and fix error handling and security issues. Then I'll fix
the broken API. Then I'll go through to add documentation and fix code
visibility.

* Finish dead code removal and style changes

Vendored libraries not touched. Everything still needs security fixes
and documentation. There's also one case of broken functionality.

* Fix accidental find-and-replace

* Style, error checking, saftey, bug fix changes

* Redo error checking erased during merge

* Re-add merge-erased fix. Make Safe safe.
2017-05-09 21:34:40 -05:00
sfan5 af7847a66b Stateless Email Verification 2017-05-10 00:04:07 +02:00
sfan5 4d7b56df8c Prepare for storage of uploaded .torrent files 2017-05-09 16:42:12 +02:00
Eliot Whalan a79f7600a7
Re-disable uploads 2017-05-09 10:17:11 +10:00
sfan5 76990e5f6a Save current user for uploads 2017-05-08 23:54:09 +02:00
sfan5 1c5dbbab4c Don't look for old comments on new torrents 2017-05-08 23:53:37 +02:00
sfan5 a0f4989fc4 Make login work 2017-05-08 22:50:56 +02:00
akuma06 30bd57c0a0 Merge pull request #161 from majestrate/i2p-listener
optionally provide i2p connectivity
2017-05-08 03:34:19 +02:00
Eliot Whalan 44d98f5d76
Disable uploading of torrents by default 2017-05-08 08:16:20 +10:00
sfan5 1ce90c07da Search case-sensitivity hotfix 2017-05-07 23:01:06 +02:00
Jeff Becker 69f7951960 add initial optional i2p connectivity 2017-05-07 15:51:37 -04:00
sfan5 218290c4e0 Allow storage of uploaded .torrent files (disabled by default) 2017-05-07 15:57:24 +02:00
sfan5 1dd95f0388 Better / fixed validation of uploaded torrent files 2017-05-07 13:53:51 +02:00
Andrew Zhao 12f16fb0c7 use util to generate magnets 2017-05-06 18:10:35 -07:00
sfan5 882cc2a6fd Remove duplicate tracker
pirateparty.gr tracker is the same as the coppersurfer one
2017-05-07 00:07:58 +02:00
yiiT edfca56753 Additional trackers
Added tracker.pirateparty.gr, tracker.internetwarriors.net, eddie4.nl, and mgtracker.org
2017-05-06 16:41:56 -05:00
akuma06 b26d70b4fc Fix #1 2017-05-06 22:27:21 +02:00
akuma06 b4dea05ae4 Forgot files 2017-05-06 22:14:02 +02:00
akuma06 51ae429d72 User Package (WIP)
Added services and utils needed
2017-05-06 21:21:39 +02:00
akuma06 9a8783a071 Added tool for sending emails 2017-05-06 20:07:03 +02:00
akuma06 87fee7b030 Updated my own branch 2017-05-06 17:53:17 +02:00
ayame-git c0d3ccc9ca config file works now 2017-05-06 21:43:15 +03:00
akuma06 7b81c224dc Fixed parameters through command line for DB
config is now a singleton
can use config.GetInstance() to know the context
2017-05-06 17:37:56 +02:00
Eliot Whalan 01324c7d07
Add caching? 2017-05-06 15:30:32 +10:00
sfan5 b175abcc58 Reorder trackers (2502cc57df) 2017-05-05 18:44:45 +02:00
Eliot Whalan c3916c4f45
Merge branch 'master' of github.com:ewhal/nyaa 2017-05-05 23:18:18 +10:00
akuma06 e9a4707c49 Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	main.go
2017-05-05 15:08:02 +02:00
akuma06 245d163912 Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	main.go
	models.go
2017-05-05 14:51:19 +02:00
akuma06 823901b8ab Rearranged Files
Configurations are separated in files in the folder config
Connection to database by a package to import when needed
Models will be in a model package for better maintenance
Services access to the models
Utils are tools or functions that can be used anywhere
main.go cleaned a bit and other files modifications are there for the above modifications
2017-05-05 14:20:51 +02:00