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

19 commits

Auteur SHA1 Message Date
sfan5
b955f04900 Display username of old uploads alongside れんちょん 2017-05-10 13:32:45 +02:00
Your Name
1d8958d062 submit report 2017-05-10 08:17:21 +00:00
tomleb
18ebd381b0 Start mod system 2017-05-10 00:34:00 -04: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
de1978619e Fix creating of useless table 2017-05-09 17:14:13 +02:00
akuma06
f6bdf1a071 Fixed User
Profile Page, badge menu, every thing before previous commit (except
email)
Added Logout
2017-05-09 03:37:12 +02:00
sfan5
7cd7a625fc Remove unused code 2017-05-08 22:50:56 +02:00
sfan5
3d8f184a5a Switch to new schema: make it compile 2017-05-08 22:50:56 +02:00
Andrew Zhao
260e5bab46 auto migrate comments table 2017-05-07 20:40:00 -07:00
akuma06
384b2c15de Azhao12345 fix 2017-05-08 02:18:48 +02:00
akuma06
0db01fb824 Added logged badge + new User variable in each template variables 2017-05-08 01:46:30 +02:00
akuma06
0d07763af6 Added Form Validation
Display of error messages
2017-05-07 19:59:38 +02:00
tomleb
5db874a2fa Add postgres dialect 2017-05-06 18:48:21 -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
akuma06
87fee7b030 Updated my own branch 2017-05-06 17:53:17 +02:00
ayame-git
86049d80b0 fixed for good now 2017-05-06 21:27:26 +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
akuma06
e9a4707c49 Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	main.go
2017-05-05 15:08:02 +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