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

34 commits

Auteur SHA1 Message Date
Your Name
07d488ed96 Merge remote-tracking branch 'tom/mod' 2017-05-10 07:32:01 +00:00
Your Name
77178f0687 delete shit 2017-05-10 07:10:23 +00:00
tomleb
18ebd381b0 Start mod system 2017-05-10 00:34:00 -04:00
Anthony D'Alessandro
1267c3fc26 fucking typo (#251)
* Update torrent.go

* another typo yay!!!

* typo
2017-05-09 22:54:12 -05:00
Austin
60ba3ba204 package dup 2017-05-09 22:40:47 -05:00
akuma06
d8179450a9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	service/torrent/torrent.go
#	service/user/user.go
2017-05-10 05:33:40 +02:00
akuma06
7c5bae175b Shitty Moderation page
No HTML done, could'nt test with nyaa.exe :/
1 page with overview of torrents, comments, users
1 page list comments
1 page list torrents
1 page list users
1 route delete torreny
1 route delete comment
Users can be deleted and edited by their route user_profile_edit (I
think)
2017-05-10 05:24:18 +02: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
akuma06
95fda5e856 Revert "Revert "Mod Page (WIP)""
This reverts commit 233c859723.
2017-05-10 04:03:25 +02:00
akuma06
233c859723 Revert "Mod Page (WIP)"
This reverts commit 55590cf7b3.
2017-05-10 04:03:09 +02:00
akuma06
55590cf7b3 Mod Page (WIP) 2017-05-10 04:02:23 +02:00
ewhal
9d06b2c638 Merge pull request #221 from bakape/db-errors
Better DB error handling
2017-05-10 06:45:26 +10:00
ewhal
cf7c0ff4eb Merge pull request #217 from sfan5/installgentoo
Various changes
2017-05-10 06:44:10 +10:00
bakape
07b98bea04 Better DB error handling 2017-05-09 20:23:21 +03:00
Jeff
90638d1662 make rss fast again :^) 2017-05-09 11:07:42 -04:00
sfan5
203c3734c8 Display uploader name with link to profile page 2017-05-09 16:21:56 +02:00
bakape
801339cdcf Refactor search
Optimise, error handling and avoid some exploits
2017-05-09 14:31:58 +03:00
bakape
ce1c4c89ac Death to reallocations! 2017-05-09 02:56:57 +03:00
sfan5
1c5dbbab4c Don't look for old comments on new torrents 2017-05-08 23:53:37 +02:00
sfan5
b339de4221 Fix absence of pagination on home page 2017-05-08 22:50:56 +02:00
sfan5
48eb6397e4 Cleanup 2017-05-08 22:50:56 +02:00
sfan5
7692df4b29 Fix search 2017-05-08 22:50:56 +02:00
sfan5
64fc5b3940 Make comments work 2017-05-08 22:50:56 +02:00
Jeff Becker
47384c6d21 fix empty search query bug 2017-05-08 10:54:05 -04:00
Eliot Whalan
7e884fd04f
Optimize sql queries 2017-05-08 23:50:18 +10:00
Andrew Zhao
263b1f5075 implemented comments and display 2017-05-07 19:06:11 -07:00
sfan5
26c09e7b1b Fix NULL problems when sorting by size, fixes #151 2017-05-07 21:04:21 +02:00
Eliot Whalan
0825415331 Merge pull request #129 from azhao12345/upload-changes
Implement some stuff needed for upload
2017-05-07 11:59:31 +10:00
Andrew Zhao
12f16fb0c7 use util to generate magnets 2017-05-06 18:10:35 -07:00
tomleb
cb5fa3142b Remove nested config variables 2017-05-06 19:02:02 -04:00
sfan5
a1ad96d6ed Stop using categories & status DB tables
Also fixes the incorrect JSON keys in API responses
2017-05-07 00:04:12 +02:00
sfan5
adbfef80ca Show category image on torrent view page 2017-05-06 22:32:50 +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