* Styling fixes for new nav, improvements for cookie warning, styling for close button on cookie warning
* Fix wrong css rule name on tomorrow
* add cookie warning text
* Update CHANGELOG.md
* tomorrow colors for cookie warning
* Color improvements for cookie-warning & close button styling
* Addition of close button for cookie warning
* JS to hide cookie warning when clicking the cross
* Add warning that message will be hidden at next page load
* middle alignement for japanese text in refine
* Remove NyaaPantsu link from admin nav
* Allow HTML in cookie warning translation string
* Remove [0] that was not needed and broke the script from JS
* Bold font & slightly taller cookie warning
* Add message when ad is blocked
* styling for blocked message
* fix wrong id
* Prevent JS error
* remove ad-blocked message
* remove ad-blocked styling
* Update main.css
* Update base.jet.html
* Add global variable to template_test
* Add global variable related to EU cookie law
* Add GetEUCookieFromRequest function that checks if the EU cookie exists (to comply with EU law)
* Add div at bottom of page if no EU cookie set
* add styling in css
* Prevent message from showing up any more than once
* prevent cookie from being erased by resetCookies() function
* Fix wrong function return type
* shorter condition
* Import timeHelper
* Update template_test.go
* remove variable name
* Update template_test.go
* Fix misalignement of select (again) on japanese
* modal adjustements
* modal tomorrow adjustements
* further modal adjustements
* better tomorrow colors for tags
* bigger top & bottom padding for modal
* Pending tags darker on tomorrow
* Add torrentFileExists function
* If torrent file doesn't exist, put torrent download button opacity at 50%
* ditto for listing
* Forgot an if
* attempt at fixing travis by adding function into test templates
* Attempt at fixing travis by having sex with my own mother
* fix wrong error message
* Add torrentFileExists as global function
* Update template_functions.go
* styling for new nav shit
* new nav html
* Update index_admin.jet.html
* remove top margin
* Add moderation link
* color changes
* tomorrow colors
* remove useless class
* remove further useless styling
* remove useless class
* Remove useless class again
* Update base.jet.html
* Remove inline styling, put whole thing into a div instead of center to be able to move it at other places at will
* Move inline styling in there & some adjustements that will need further tweaking
* Add GetAdsEnabledFromRequest() function
* Ads Enabled global var
* Need to add global var in test file for it to work properly
* AdEnabled handler in settings
* Create AdsEnabled var for users
* Check if user wants to hide ads
* change var name
* change var name
* change var name
* change var name
* var name changes
* Add ad enabled settings & put each indiviidual setting into a span
* add |raw
* add translation strings
* add ads to faq
* Remove <br> and add faq link
* Fix travis
* Fix wrong condition check
* exclude aldColors & hideAds cookie from deletion
* remove useless things
* Fix template_test.go
* No idea why that part got removed
* Forgot }}
* lower padding for ad container
* Make alt colors enabled by default for logged in users
* Better background color for sukebei's h-user when focused
* Fix border not being shown
* Fix display of rules on Internet Explorer
* 11px bigger website
* Lighter green for alt-colors
* Rollback previous change but change trusted td border color
* Fix torrent preview category image being cropped too much at some very specific resolutions
* pink color for refine button on sukebei
- [x] Can't see my own torrents? and issues that Still present #1373
- [x] Getting logged out at least once a day bug #1359
- [x] Decreasing 'refine' height #1312
- [x] New issues since refactor bug #1267
- [x] Content Security Policy (CSP) #1104
- [x] vgmdb.net links/IDs for music releases #1071
- [x] Torrent Tagging & searching via tags #1024
- [x] Add toggle dark theme #1381
- [x] Editing a torrent now redirects to torrent view page (fix#1282) #1286
- [x] Sorting by seeders / leechers / downloads gives error 500 #1370
- [x] Trusted search should also show A+ #1258
- [x] Page parameter in api #1251
- [x] User trustworthiness (Pantsu Points) #1229
- [x] Exclude User Search argument #528
- [x] Search input expandable has been removed since it was hard for user to click on "search" button
- [x] Admin Menu: fix#1398
- [x] Commentlist: fix#1398
- [x] broken html: fix#1398
- [x] torrent reports for non-existing torrents: might be hentai torrents deleted by sql query?
- [x] Missing space fixed
- [x] recent comments: fix#1398
- [x] Upload preview: fix#1398
- [x] JS Switch: fix#1398
- [x] ModTools background: fix#1398
- [x] Logging out from modpanel redirect to "/" now (#1398)
- [x] Set sort <select> in refine on "Date" by default #1391
- [x] Add nyoo.moe & sukebei.nyoo.moe links to FAQ #1378
- [x] Fix broken theme when selecting "none" on user settings #1374
- [x] Move to new date search behaviour #1395
- [x] Fix category icons getting cropped in torrent-preview #1351
- [x] Add Indonesian #1350
- [x] Tag Search + Tests + Search slight refactor #1342
* Fix search Status
Should fix#1428 ?s=2 and others. Reason: the sql query wasn't correct when filtering (status >= ? = ?)
* Fix adding tag form (nojs) + miscalleneous
* Fix#1423 by checking http method before finding the tags.
* Form is now like other tags form
* New Middleware LoggedInMiddleware to protect routes to logged user only
* Display of Non-Accepted tags in torrent view improved by translating tagtype values
* Update tag.jet.html