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

249 commits

Auteur SHA1 Message Date
kilo 14a4061734 Delete 11.png 2017-07-07 18:01:53 +02:00
kilo b03e608132 Delete 10.png 2017-07-07 18:01:52 +02:00
kilo bbd7692404 Add files via upload 2017-07-07 18:01:23 +02:00
kilo 4be2c7959c Delete 1.png 2017-07-07 18:00:37 +02:00
kilo 1cb7c85728 Update main.css 2017-07-07 17:59:20 +02:00
kilo f340314d62 Update main.css (#1109) 2017-07-05 15:31:06 +10:00
akuma06 f7abfc53db Merge branch 'refactor' into pr/1089 2017-07-05 02:28:48 +02:00
akuma06 faea14be2f Merge pull request #1096 from Kiloutre/patch-4
Flag clickeable to get to flag search
2017-07-05 02:25:52 +02:00
akuma06 e2f3507069 Some html fixes 2017-07-04 01:15:43 +02:00
kilo 6d5181a024 Update main.css 2017-07-03 16:32:30 +02:00
kilo d1f5fe99e6 margin for flags in view.html 2017-07-01 14:15:38 +02:00
kilo 2ecc6d7019 change width: 45% to max-width: 470px 2017-07-01 02:25:30 +02:00
kilo 8a3a7f9946 more css changes 2017-07-01 02:18:11 +02:00
kilo 5c108eadd5 position improvements 2017-06-30 23:05:39 +02:00
kilo 789f97d26b change pictures to label (CSS) 2017-06-30 22:43:02 +02:00
kilo 6fd17a62f4 flag spacing (margin) 2017-06-30 22:00:52 +02:00
kilo b4529f6312 css changes 2017-06-30 21:59:41 +02:00
kilo fae254c404 <kilo> u want me to re-make the PR but on the refactor branch, right? (#1087)
* margin-top removal

* flag-other background: none

* torrent language on other - upload.htl

* torrent language edit.html

* torrent language admin edit
2017-06-29 22:16:21 +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
kilo 7788a018f5 Prettier color for g's sukebei user menu-button when hovered (#1060) 2017-06-24 09:05:33 +10:00
kilo a47f89cd0b Make flags overlap category icon (#1059)
* Prettier flag position

* flag overlap category icon

* HTML changes

* fix css that didn't apply properly & colspan not always being there

* Update main.css

* Update home.html

* Update home.html

* Update main.css

* Update main.css
2017-06-24 09:05:21 +10:00
kilo 3f17da2c9d Better color for .h-user when hovered
And text hover color changes for red buttons
2017-06-23 10:05:30 +02:00
kilo d3586f232b Prettier color for red button2 (classic.css & hover changes)
The edit that i had made previously only applied to g's theme
And it didn't apply when the button were hovered
2017-06-23 10:01:36 +02:00
PantsuDev 68ac3c21ad Remove left & right 15% 2017-06-23 11:28:55 +10:00
akuma06 8c62d7bbe6 Fix modtools always shown 2017-06-23 03:15:56 +02:00
kilo 5a2a6e014c Fix error text color in classic (#1047)
bravo kipukun
2017-06-21 16:37:40 +10:00
kilo a6555c319c Prettier color for texts in red button (#1045)
Current one was dark grey on red which is pretty ugly, i changed it into white (light grey) on red to make it prettier
2017-06-21 16:37:30 +10:00
kipukun ;_ d32e985259 main.css: Increase size of stat columns (#1044)
Prevents wrapping.
2017-06-21 13:04:25 +10:00
kipukun ;_ 4aa9a62613 main.css: Make download button less big (#1043)
I don't like it that big desu
2017-06-21 12:51:40 +10:00
kipukun ;_ 121101fe1c Frontend small (#1040)
* Header isn't as WIDE on resolutions past 1920

* Turn down the fucking volume because it scares the shit out of me everytime

* Make clear the mascot is clickable

* Make torrent buttons not fuckhuge

* Just show N/A on no website

* search.html: Fix minor typo in refine box
2017-06-21 11:28:47 +10:00
PantsuDev 86d1f2fc9c Fix stupidly wide header 2017-06-21 09:53:39 +10:00
PantsuDev 13b37cefe0 Revert "make it wider (#1029)"
This reverts commit d6621d6643.
2017-06-21 09:47:55 +10:00
akuma06 d3ccdc4af1 Optional fix for wide screen (#1007)
* Should fix old uploader name in torrent view

* Fix "save changes" in modtools

* Modtool more colorful

* Fix search bar placement in modpanel

* Fix for widescreen

* Fix buttons in modpanel and some troncated text

* Update torrent.go

* Update admin_index.html

* Some last fix

Re added icon on download&magnet links
2017-06-20 23:15:26 +10:00
Andrew Zhao 8d4038e14e un-expandong the user panel (#1030)
makes it less shitty when the user isn't logged in
2017-06-20 16:32:38 +10:00
Andrew Zhao d6621d6643 make it wider (#1029)
make it wider
2017-06-20 16:32:30 +10:00
kipukun 4d3340a32e Yay refine looks better (#1028)
* Yay refine looks better

* Added Translation
2017-06-20 12:07:03 +10:00
kipukun 5bc922781c Frontend aesthetic (#1015)
* Make view page not shitty

* View page <td> now ellipses on overflow

* Make flags not look shitty

* Updated mufuyu sound

* Updated multiple flag

* Updated other flag (thanks anon)
2017-06-17 08:49:57 +10:00
kipukun 95173a0f33 Frontend v9000 (#1008)
* Should fix old uploader name in torrent view

* Fix "save changes" in modtools

* Modtool more colorful

* Fix search bar placement in modpanel

* Make colors more consistent; less would be super helpful tbqach fam

* Display the old username if it's there

* Fix some admin index html

* Add custom icons and remove png code from all CSS

* Move a good amount of cosmetic code from main to classic

* Fix some weird bug with point-events; add some global icon formatting; fix mascot fucking up

* Spruce up admin panel with icons on smaller viewports, along with adding trash icon

* 404 redesign ;^)

* Mufuyu mascot on all themes; says something slightly lewd

* Fix weird user menu bug where shit would overflow
2017-06-16 08:57:52 +10:00
akuma06 0662b3fb41 Audio captcha (#995)
* Megacheck friendly

applied megacheck and fixed some unwanted behaviour (markdown)

* Forgot this file

* Captcha Audio

Should make #993 happen

* Fix style issue in  comments

* Added margin auto and width on input

* Moved width on captcha div instead

* fixing width issue with audio tag

* Captcha final style fix
2017-06-14 20:10:03 +10:00
Ramon Dantas d8e17478f8 Country flags (language) for torrents. (#970)
* Add flags for torrents

Add a new field, .Language, to the Torrent model, and a new package,
torrentLanguages, which maps languages to flags. Added also a flag icon pack
from googlei18n/region-flags, with (mostly) public domain flags from Wikipedia.

* Optimize flags

* Use FlagSprites CSS instead of .png files

* Only use flags for languages we support

* Add test for CSS flags

Ensure that we have all the flags for the languages we support.

* Add AdditionalLanguages field to config

This allows us to support additional languages for new uploaded torrents,
even if we have no translation for it.

* Minor CSS fix

* Add "other" and "multiple" torrent languages

Also removed the TorrentLanguage struct, as it wasn't much useful.

* Fix test

* Add colspan=2 to category when language is empty

Also hide the language column if empty.

* Add lang field to search.

Hopefully it works with Elasticsearch as well, but I haven't tested
(lol Java)

* Add language field to ES index and settings

* Add language column to JS template

* Add keyword type to language ES field

* Remove 'raw' from keyword

* Set "simple" analyzer on language

* Document .Language field on Torrent model
2017-06-12 09:14:26 +10:00
sfan5 964cff7df6 Optimize /g/ theme images 2017-06-06 16:43:03 +02:00
sfan5 c87a58ea8e Narrower S/L/D columns 2017-06-06 16:39:52 +02:00
akuma06 5068d83402 Merge branch 'dev' into custom-mascot 2017-06-06 00:38:20 +02:00
kipukun 5316b0474c Fix mobile support by showing comments on mobile view, also vertical align DL icons 2017-06-05 15:11:28 -04:00
kipukun c9e480167b Make the 404 page a little less shitty (Fixes issue 893) 2017-06-05 13:52:28 -04:00
ElegantMonkey e10070b2a9 Add customizable mascot by URL.
Add a new setting for customizable mascots, with a new User field
MascotURL, and a corresponding cookie setting.
2017-06-05 11:32:48 -03:00
MMP0 cdd84db36e Small changes (#927)
* Update main.css

* Update main.css

* Update main.css
2017-06-05 19:34:46 +10:00
akuma06 75528da943 Fix user logout (#924)
* Logout is now a posted form

Instead of using a get method, I've moved it to a post method.
Doing that made possible to use CSRF token and also fix #902

* Update _badgemenu.html
2017-06-05 11:33:16 +10:00
MMP0 dbd6ca31d4 Fix .tr-date width (#918)
* Fix .tr-date width

* Update main.css
2017-06-05 08:49:14 +10:00
MMP0 341bb5c152 Clean mafuyu.svg (#913)
* Clean mafuyu.svg

* Update mafuyu.svg
2017-06-05 08:43:43 +10:00