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

43 commits

Auteur SHA1 Message Date
akuma06 f1a5e6b10d improved further test templates with fake datas 2017-07-13 19:45:09 +02:00
akuma06 8122015a2e Fixing registration + Added a log on request errors 2017-07-13 18:05:53 +02:00
akuma06 bd71ca6d41 Fix Hant css flag 2017-07-13 13:33:37 +02:00
akuma06 fbb578b800 Fixing issues with language name translation 2017-07-12 12:04:20 +10:00
akuma06 21767877b1 Fixing call to flag method 2017-07-12 12:04:20 +10:00
akuma06 e1d6e7df20 Changing to the new behaviour of package languages 2017-07-12 12:04:20 +10:00
akuma06 f8de340265 Added search refine on every pages + fixed kilo.js 2017-07-10 15:24:52 +02:00
akuma06 713ab02450 Added configor as a new library (#1126)
* Added configor as a new library

Now config is a singleton. You only need to do config.Get() instead of doing config.Conf.

* Forgot godep save 🐤

* Fix accidental removal of }
2017-07-10 22:11:05 +10:00
kilo 06442da77f Fix wrong JS variable name & some css stuff (#1151)
* Update main.js

* remove workaround that doesn't work

* Update torrents.jet.html

* Update search_handler.go

* Update search.jet.html

* Update main.js

* Update main.js

* Update search_handler.go

* Update main.js
2017-07-10 17:33:26 +10:00
akuma06 2bf9b26dfd Fix comments 2017-07-09 16:21:34 +02:00
akuma06 105bbbd181 API Documentation (#1131)
* API documentation

Using apiDocjs to generate it.
When updating API, you should back up all old comments of the api in _apidoc.json under the History comment

* Update rss handler

* API documentation done
2017-07-09 22:53:52 +10:00
akuma06 93ec394d0a Hiding refine only on home page 2017-07-07 01:20:00 +02:00
akuma06 4e3221f69e Fixing navigation pages 2017-07-07 00:27:08 +02:00
akuma06 bee64decb7 Fixing cache + fixing /search/search bug 2017-07-06 23:54:21 +02:00
akuma06 11b7ef4581 Added error on maximum pages 2017-07-06 23:28:40 +02:00
akuma06 b980ff8fc8 Reverting changes on nav.Route
Changed error 500 to 404
2017-07-06 23:27:11 +02:00
akuma06 03ded2e027 Changing catSelect Behavior
Return now Categories object instead of map[string]string.
Remove some debug log
2017-07-06 22:19:44 +02:00
akuma06 e54a2e59e2 Fixed alphabetical order for languages and categories
Also improved the name of exported functions for categories
2017-07-06 21:53:13 +02:00
PantsuDev c2fe8aa99e Fix /search/search bug 2017-07-06 11:56:52 +10:00
akuma06 7a12d0807c Caching of torrent listing and torrent view 2017-07-05 17:06:24 +02:00
akuma06 1a4b1b3303 Added protection on pprof
Use of our own pprof handlers
2017-07-05 15:17:59 +02:00
akuma06 7e22828cb3 Change to our own middleware for pprof 2017-07-05 14:40:05 +02:00
akuma06 c8272b180b Changed search functions name
Removing the search part of it since it is already the package name
2017-07-05 13:33:12 +02:00
akuma06 1e39f7df6b Fixed csrf in mod 2017-07-04 03:09:12 +02:00
akuma06 920e4069a1 Modified img size of error pages 2017-07-04 03:02:19 +02:00
akuma06 e4d4878d64 Added Missing test 2017-07-04 02:54:43 +02:00
akuma06 d74d337c25 Adding redirecto when login 2017-07-04 02:48:20 +02:00
akuma06 d4c245e256 Fixing torrent edit for user&admin 2017-07-04 02:40:54 +02:00
akuma06 330ab06597 Adding upload of multi lang full support 2017-07-04 02:07:25 +02:00
akuma06 1796538c36 typo -_-" 2017-07-04 01:23:17 +02:00
akuma06 2a0c2be105 Forgot to add a test 2017-07-04 01:22:12 +02:00
akuma06 e2f3507069 Some html fixes 2017-07-04 01:15:43 +02:00
akuma06 d16871d91a Fix rss magnet link 2017-07-03 02:37:36 +02:00
akuma06 b2e00dce1f Removing debug message 2017-07-03 02:19:37 +02:00
akuma06 929bf0e71b Fixing profile_edit 2017-07-03 02:16:39 +02:00
akuma06 caa7e499f3 Final fix for nil pointer 2017-07-03 01:22:54 +02:00
akuma06 b11c02e54e Fixed templates with new functions 2017-07-03 00:34:18 +02:00
akuma06 47e1fd2169 Removed errors, changing old functions to new ones 2017-07-02 23:53:23 +02:00
akuma06 7846d999ff No errors on api controllers 2017-07-02 18:00:12 +02:00
akuma06 97b3a1d7ea Remove common package
Common is no more a thing
Use of TorrentParam instead of SearchParam now
Common structs for search are exported in utils/search/structs
Util has been renamed utils
2017-07-02 16:54:55 +02:00
akuma06 205daea027 Finally services are nearly empty 👍
Moved api services. All validations are now in validator util and all upload functions are in upload util
2017-07-01 23:09:35 +02:00
PantsuDev e139f5e4db Fix most compiler errors 2017-06-29 21:15:23 +10:00
akuma06 5991a21818 First batch of changes for the refactor (#1078)
* First batch of changes for the refactor

Added the support of gin in routes and other services/utils
Begining implementation of JetHTML

* Remove os folder

* Move scrapers to own repo

* Second batch of changes

All .jet.html are the working templates.
You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome

* Move captcha to util

* Move uploadService to utils

* Use govalidator instead of regex

* Third batch of changes

All the front end should as previously.
I also fixed some minor things unrelated to the refactor (mostly style issues on static pages)
Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates.
Same for infos.
Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages.
Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")`
And also csrf, with the command `yield csrf_field()`
To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`.

Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors"

* Added test on templates

When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context)

* Panel admin works

Now the templating part should work. The PR can now be fully tested.

I think we should push the templating PR  and do the routes/controllers/removal of services in another branch. So we know that this one is functional

* Updated dependencies

* Fixed test for modelhelper

* Fix testing for commentlist

* Fix travis :')

* Just renamed router and removed network

* Applying same SEO fix

* Update form_validator.go

* Added back regexp package
2017-06-28 21:42:38 +10:00