kilo
dd94402f04
Fixes & improvements ( #1684 )
...
* Update main.css
* Update torrent_item.jet.html
* Update main.js
* Update torrent_item.jet.html
* Update main.js
* Update main.js
* Update main.js
* Update main.js
* Update main.js
* Update template_functions_test.go
* Update template_functions_test.go
* Update user.go
* Update profile.jet.html
* Update view.jet.html
* Update template_functions.go
* Update en-us.all.json
* Add files via upload
* Update CHANGELOG.md
* Update main.css
* Update template_functions.go
* Add files via upload
* Update en-us.all.json
* Update template_functions_test.go
* Update view.jet.html
* Update main.css
* Update ja-jp.all.json
* Update main.css
* Update edit.jet.html
* Update main.css
* Update tomorrow.css
* Update ja-jp.all.json
* Update main.css
* Update view.jet.html
* Update comment.go
* Update create.go
* Update classic.css
* Make GetOldNavFromRequest return true by default
* Update view.jet.html
* Force torrent date in UTC+0 timezone during display
* ditto
* Update ja-jp.all.json
* Update oldNav.jet.html
* Update structs.go
* Update default_config.yml
* Update torrent.go
* Update stats.go
* Update stats.go
* Update user.go
* Update template_functions.go
* Update template_functions_test.go
* Update torrent.go
* Update comment.go
* Update view.jet.html
* Update main.css
* Update user.go
* Update template_functions.go
* Update profile.jet.html
* Update main.js
2017-10-28 18:28:59 +02:00
kilo
83540ad31c
Fix a condition that didn't behave as intended ( #1651 )
...
* Update profile.go
* Update router.go
* Update torrents.go
* Update router.go
* Update announcements.go
* Update comments.go
* Update oauth.go
* Update reports.go
* Update router.go
* Update index.jet.html
* Update torrentlist.jet.html
* Update commentlist.jet.html
* Update announcements.jet.html
* Update clientlist.jet.html
* Update torrent_report.jet.html
* Update userlist.jet.html
* Update userlist.jet.html
* Update userlist.jet.html
* Update edit.jet.html
* Update delete.go
* Update edit.jet.html
* Update index.jet.html
* Update profile.go
* Update router.go
* Update profile.go
* Update edit.jet.html
* Update userlist.jet.html
* Update index.jet.html
* remove hotfix that didn't even hit live
2017-10-12 02:54:01 +02:00
kilo
0f83b95625
fix image display in comments ( #1650 )
...
* fix image display in comments
* Update main.css
* temporary ghetto fix
* Update view.jet.html
2017-10-12 01:26:43 +02:00
akuma06
2c8344faf9
Controllers are now separated
...
They are in different folders and all loaded in controllers/router.go.
This means that you only have to create a folder with a router.go file and import this folder in main router.go to add a handler.
2017-07-16 17:14:21 +02:00