PantsuDev
70f87e7aac
finish repo transfer
2017-05-17 15:58:40 +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
ElegantMonkey
720c27e38f
Get FileList of new uploaded .torrent files
2017-05-14 12:28:48 -03: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
ayame-git
cf13efe3fe
unborked
2017-05-12 05:21:40 +03: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
Jeff Becker
059ea7d2a8
abstract out cache
2017-05-11 09:01:53 -04: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
cc5baed9c1
stuff
2017-05-11 06:04:11 +03:00
sfan5
7bc395068d
Fix modpanel torrent edit ( #328 )
...
* Fix modpanel torrent edits breaking torrents
* Fix hash not being monospace anymore
* Fix modpanel torrent edit strings
* Fix modpanel torrent edit creating a new user (wtf GORM)
2017-05-10 18:46:50 -05:00
akuma06
f94dc3103c
Added edit torrent view mod panel & fix
2017-05-10 23:53:25 +02:00
sfan5
d98d918301
Allow marking uploads as remake
2017-05-10 22:11:37 +02:00
Eliot Whalan
e344896b2c
clear cache on upload
2017-05-11 04:05:22 +10:00
Chris MacLeod
c9b72206a5
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
ayame-git
c59e15e610
upload changes
2017-05-09 20:37:39 +03:00
ayame-git
272ee9efe0
api upload
2017-05-08 12:18:49 +03:00
Andrew Zhao
58b3f2d402
put the trackers on the calculated magnet
2017-05-07 10:47:43 -07:00
Andrew Zhao
ffa5163a41
validate captcha before processing
2017-05-07 10:41:07 -07:00
sfan5
9b6b25e7df
Allow storage of uploaded .torrent files (disabled by default)
2017-05-07 15:57:24 +02:00
sfan5
a201d0d058
Remove hardcoded URLs
2017-05-07 15:57:24 +02:00
sfan5
a6dd34a5de
Auto-fill filesize
2017-05-07 13:55:35 +02:00
sfan5
767c91bacd
Make pre-filling work correctly
2017-05-07 13:54:45 +02:00
sfan5
f9b29af311
Better / fixed validation of uploaded torrent files
2017-05-07 13:53:51 +02:00
bakape
5a55008a16
Merge branch 'master' of https://github.com/ewhal/nyaa into captchas
2017-05-07 12:08:44 +03:00
bakape
8786db1540
Internal IP-specific captchas
2017-05-07 11:25:09 +03:00
Andrew Zhao
f9884c40e9
throw in the description with some sanitizatoin
2017-05-06 22:18:41 -07:00
Andrew Zhao
637711fb9d
start implementing upload
2017-05-06 21:26:09 -07:00
Andrew Zhao
f9bb45b263
actually upload the upload
2017-05-06 18:32:26 -07:00
Andrew Zhao
b922938c27
use util to generate magnets
2017-05-06 18:10:35 -07:00
Andrew Zhao
04bd6ff4c5
get the proper magnet and infohash for upload
2017-05-06 17:48:24 -07:00
Jeff Becker
11a6fce027
add torrent file parsing for upload form
...
* vendor bencode library github.com/zeebo/bencode
* add metainfo parsing library from XD
* fix up upload handler so to be less cluttered
2017-05-06 07:43:24 -04:00