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

3353 commits

Auteur SHA1 Message Date
kilo
99ef901dc2 Fix CSS line that did not apply (#1298)
* fix missing ; and change of color

* different color for /g/ refine button
2017-07-30 12:52:01 +10:00
Myrmece
526e148dd0 Updated translation. (#1297) 2017-07-30 12:51:49 +10:00
akuma06
fe2c128e44 Added form to add tags on view 2017-07-30 03:29:09 +02:00
akuma06
d2339e9a43 Merge branch 'dev' into tags 2017-07-30 02:16:38 +02:00
akuma06
5c375db112 New network test + fix import 2017-07-30 02:16:14 +02:00
akuma06
f996c7e7c5 Update .travis.yml 2017-07-30 01:28:00 +02:00
akuma06
ebba7ac122 Update .travis.yml 2017-07-30 01:22:41 +02:00
akuma06
10f734276c Update .travis.yml 2017-07-30 01:21:47 +02:00
akuma06
cfec84010c Update user.go 2017-07-29 20:10:13 +02:00
akuma06
7ca100ac9b Update .travis.yml 2017-07-29 20:01:26 +02:00
akuma06
7bb008cb19 Fix for userID = 0 was current user 2017-07-29 18:42:02 +02:00
akuma06
97538f14c3 Merge branch 'dev' into tags 2017-07-29 18:40:33 +02:00
akuma06
ea43de8abb Renaming works then? 2017-07-29 15:20:57 +02:00
akuma06
ef9588b6cd trying this for travis 2017-07-29 15:19:00 +02:00
akuma06
a8bc3887ba Initial tag system 2017-07-29 14:44:54 +02:00
akuma06
349a0a2347 Merge branch 'tags' of https://github.com/NyaaPantsu/nyaa into tags 2017-07-29 14:43:53 +02:00
akuma06
51d7fe2ef7 Added html views + fix template test + View & JSON Controller 2017-07-29 14:43:12 +02:00
akuma06
62ea1aaf10 Adding tag post controller 2017-07-29 14:41:56 +02:00
akuma06
742dfa84fd Initial tag system 2017-07-29 14:41:53 +02:00
akuma06
f14bdeec6b trying coverall documentation instead 2017-07-29 14:15:48 +02:00
akuma06
35ba453039 Merge branch 'dev' into tags 2017-07-29 14:10:40 +02:00
akuma06
b09808dcb8 Seems that we need another package 2017-07-29 14:04:53 +02:00
akuma06
bdffea5a6c Gocover is documented wrongly 😠 2017-07-29 13:49:40 +02:00
akuma06
2d0a7df6b0 Command for public repo don't need coverage 2017-07-29 13:30:20 +02:00
akuma06
d6f39af46b possible second fix for coveralls
which one is right...
2017-07-29 13:24:40 +02:00
akuma06
047f7c465c fix travis cover 2017-07-29 13:24:01 +02:00
akuma06
bcdf5e936e Add Coverage status 2017-07-29 13:14:10 +02:00
akuma06
c24e7f031b fix travis coverall integration 2017-07-29 13:09:10 +02:00
akuma06
690ab97420 Update travis for coveralls 2017-07-29 12:59:54 +02:00
akuma06
6ff033b0d9 Merge branch 'dev' into tags 2017-07-29 12:51:42 +02:00
akuma06
590ebbf0d8 Fix filesize bug 2017-07-29 12:48:43 +02:00
akuma06
5866881eca fix gorm dependency 2017-07-29 00:10:49 +02:00
akuma06
f62bd4f638 fix trusted status + locked status on upload 2017-07-28 23:54:18 +02:00
akuma06
af7f57650e fix pq syntax error on NOT 2017-07-28 23:32:03 +02:00
akuma06
92b82b7e81 Fix for new gorm dependency 2017-07-28 23:26:07 +02:00
akuma06
8dddc5240c Added html views + fix template test + View & JSON Controller 2017-07-28 23:02:37 +02:00
akuma06
e5c115b400 Adding tag post controller 2017-07-28 20:43:22 +02:00
akuma06
c09beeefa2 Merge branch 'dev' into tags 2017-07-28 14:37:17 +02:00
kilo
5f91ecf0b4 Update main.js (#1296) 2017-07-28 14:30:07 +02:00
kilo
e70795ba2f Background-color for refine button, better category borders for tomorrow, some other css stuff (#1292)
* Update g.css

* Update classic.css

* Update tomorrow.css

* Update g.css

* Update g.css

* Update tomorrow.css

* some <summary> improvements

* make it wider

* better border color for torrent preview tomorrow

* better border for classic

* fixing that god damn padding once for all

* bigger search icon

* Update tomorrow.css
2017-07-28 13:47:50 +10:00
kilo
4fda9d0ba5 forgot to copy paste some code (#1290)
* Update main.js

* Update main.js

* Update main.js

* Update main.js

* Update main.js

* remove dumb shit
2017-07-28 13:47:26 +10:00
MMP0
34d4400c09 Update ja-jp.all.json (#1291) 2017-07-28 13:47:08 +10:00
Myrmece
5823f3d44b Updated translation. (#1288) 2017-07-28 13:46:54 +10:00
akuma06
03ea72595d OAuth API [done] (#1275)
* Initial Commit for OAuth API

This builds and run and return the right error.
Need to test it and then adding all users as possible client

* Added mising dependency

* just compile already...

* Fixing template test

* Imrpovements

Moved db stuff in models
Added some tests
Added form in modpanel to add/update a client
Added controllers for add/update of client

* Added Forms + speed improvements

Controller oauth client listing + html
Controller oauth client delete + messages
Messages on comment delete
New ES config that disable ES if set to false. Improve load speed on local development
Fix a load config bug
Fix index admin & translation string sign_out broken by @ewhal

* Sanitize empty strig in form array + css

Multiple empty array of strings are sanitized for the oauth client create form
Added some css for the form display

* Upload and Create form works

* Fix splitting response types

* Removing required on secret when updating

* fix travis error

* Fix travis template test

* Update dependency

* Moved to jinzhu instead of azhao

* randomizen secret on creation

* Final touch on oath api

improved display name
fix grant form csrf
fix login csrf on oauth

* Fix gorm test

* fix template test

* Fixing deleted dependency issue

* Make travis faster

* Fix typo

* Fix csrf for api calls

* This shouldn't be exempt

* Removing hard coded hash

@ewhal Don't forget to replace the hash in tokens.go with another one

* Added an example on how to use OAuth middleware

* Renamed fosite utils to oauth2 utils
2017-07-28 13:46:40 +10:00
akuma06
50d3b17f4b Merge branch 'dev' into tags 2017-07-27 23:31:00 +02:00
kilo
d5888079f8 Date difference when hovering a torrent date (#1287)
* Update en-us.all.json

* Update main.js

* Update base.jet.html

* Update main.js

* Update main.js
2017-07-26 18:59:48 +10:00
kilo
35905fbe33 Update view.jet.html (#1285) 2017-07-26 18:59:41 +10:00
akuma06
09d7adb0e3 excluding csrf_token from erase cookie 2017-07-26 09:20:11 +02:00
kilo
ef25eddfd6 Editing a torrent now redirects to torrent view page (fix #1282) (#1286)
* fix #1282

* Update edit.go

* Update view.go

* Update view.go
2017-07-26 11:59:46 +10:00
kilo
3752efe25f fix flag padding (#1280)
* Update flags.jet.html

* forgot japanese specific css

* Update main.css
2017-07-26 11:59:35 +10:00