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

999 commits

Auteur SHA1 Message Date
akuma06 b88cd33794 Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master 2017-05-10 17:38:33 +02:00
akuma06 0bf8088457 Mostly finished
Someone need to do torrent edit page
Can't do it :/
2017-05-10 17:37:49 +02:00
akuma06 032688f532 Fixed 2017-05-10 16:43:50 +02:00
PantsuDev e1e1aac37b Merge pull request #283 from sfan5/fix123
fix stuff...
2017-05-11 00:18:12 +10:00
sfan5 eddeed572f Fix text on profile edit page 2017-05-10 15:49:46 +02:00
akuma06 54991542cb Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master
Conflicts:
	router/templateVariables.go
2017-05-10 15:20:14 +02:00
ripdog aae25274c1 Add a route for the user settings form: /edit,called UserDetailsHandler 2017-05-11 01:09:36 +12:00
akuma06 46d65ba865 Fixing Mod Panel (WIP) 2017-05-10 15:08:38 +02:00
ripdog f0a82c52cf Minor html formatting 2017-05-11 01:08:37 +12:00
Eliot Whalan f3bb07d6b1 Correct function name 2017-05-10 22:06:12 +10:00
sfan5 775f9c15ad Display username of old uploads alongside れんちょん 2017-05-10 13:32:45 +02:00
sfan5 a4b1a057b6 Unbreak dates (@kipukun broke them) 2017-05-10 12:47:51 +02:00
Eliot Whalan fb2b171d11 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-10 19:53:28 +10:00
Eliot Whalan fa1ea09c75 Add buttons to all torrents 2017-05-10 19:40:20 +10:00
ripdog fff87e87d4 Hopefully working dark mode mascot swap 2017-05-10 21:26:27 +12:00
Your Name e03ab87665 add delet link 2017-05-10 08:37:52 +00:00
Your Name 5f7adedab5 submit report 2017-05-10 08:17:21 +00:00
Your Name e8c133fc69 display reports properly 2017-05-10 07:57:55 +00:00
Your Name b5adfb8eb4 Merge remote-tracking branch 'tom/mod' 2017-05-10 07:32:01 +00:00
PantsuDev 447a70a4d2 Merge pull request #263 from azhao12345/more-moderation
delete shit
2017-05-10 17:17:11 +10:00
Your Name 8d9605def3 delete shit 2017-05-10 07:10:23 +00:00
Eliot Whalan d30a5535fc Fix typos 2017-05-10 16:57:48 +10:00
Andrew Zhao da920216d3 Revert "New view template design" 2017-05-09 23:07:28 -07:00
PantsuDev 51301c82b7 Merge pull request #256 from aerojun/master
New view template design
2017-05-10 16:05:09 +10:00
PantsuDev 974d5079d3 Merge pull request #258 from azhao12345/disable-captcha-suggestions
dont show suggestions for capcha box
2017-05-10 16:03:53 +10:00
Your Name 771527b518 everything 'works' now 2017-05-10 05:56:02 +00:00
Your Name 3764919308 now the torrent list works 2017-05-10 05:47:01 +00:00
kipukun a432d397af add missing html files as to avoid build errors 2017-05-10 00:44:10 -04:00
Your Name 0cc8857f2f dont show suggestions for capcha box 2017-05-10 04:41:33 +00:00
tomleb 1ddd4c12f8 Start mod system 2017-05-10 00:34:00 -04:00
Juan Navarro 58457591e2 New view template design 2017-05-09 23:21:58 -05:00
akuma06 9a435ccdc0 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	service/torrent/torrent.go
#	service/user/user.go
2017-05-10 05:33:40 +02:00
akuma06 989945f09b Shitty Moderation page
No HTML done, could'nt test with nyaa.exe :/
1 page with overview of torrents, comments, users
1 page list comments
1 page list torrents
1 page list users
1 route delete torreny
1 route delete comment
Users can be deleted and edited by their route user_profile_edit (I
think)
2017-05-10 05:24:18 +02:00
Chris MacLeod c9b72206a5 Consistency, formatting, error checking, cleanup, and a couple bug fixes (#245)
* Checkpoint: it builds

The config, db, model, network, os, and public packages have had some
fixes to glaringly obvious flaws, dead code removed, and stylistic
changes.

* Style changes and old code removal in router

Router needs a lot of work done to its (lack of) error handling.

* Dead code removal and style changes

Now up to util/email/email.go. After I'm finished with the initial sweep
I'll go back and fix error handling and security issues. Then I'll fix
the broken API. Then I'll go through to add documentation and fix code
visibility.

* Finish dead code removal and style changes

Vendored libraries not touched. Everything still needs security fixes
and documentation. There's also one case of broken functionality.

* Fix accidental find-and-replace

* Style, error checking, saftey, bug fix changes

* Redo error checking erased during merge

* Re-add merge-erased fix. Make Safe safe.
2017-05-09 21:34:40 -05:00
akuma06 9bbd544a20 Added Follow&Unfollow 2017-05-10 03:16:36 +02:00
kipukun ff5cf05328 add autistic red button and report modal
(DOESNT DO ANYTHING)
2017-05-09 20:52:18 -04:00
kipukun 94d299067b fucking did it holy shit 2017-05-09 20:12:54 -04:00
kipukun 0fa82fc3a3 yay colors look better on night mode!!! 2017-05-09 18:55:07 -04:00
kipukun 6eb80f1073 change number on pagination to 5 2017-05-09 18:13:40 -04:00
kipukun 54a8dc480e make advanced search collapse 2017-05-09 18:13:39 -04:00
kipukun 36e10ce093 columns hidden on phones 2017-05-09 18:13:39 -04:00
PantsuDev d02672add8 Merge pull request #217 from sfan5/installgentoo
Various changes
2017-05-10 06:44:10 +10:00
akuma06 622fef4c85 Added Footer 2017-05-09 18:00:20 +02:00
akuma06 8aa8a0593c Added delete account and edit profile 2017-05-09 17:47:12 +02:00
sfan5 1ab80d5701 Forgot something in 4d7b56df8c 2017-05-09 17:17:57 +02:00
sfan5 e3be788372 Correct text when signing up without email 2017-05-09 17:11:12 +02:00
sfan5 48ce176e0a Correct texts on upload page 2017-05-09 16:48:33 +02:00
sfan5 3b65df9cdd Prepare for storage of uploaded .torrent files 2017-05-09 16:42:12 +02:00
sfan5 fb07da18ec Display uploader name with link to profile page 2017-05-09 16:21:56 +02:00
bakape ec8bd90c4e Merge branch 'master' of https://github.com/ewhal/nyaa into refactor-search 2017-05-09 14:32:10 +03:00
bakape a0ae1f7e6a Refactor search
Optimise, error handling and avoid some exploits
2017-05-09 14:31:58 +03:00
sfan5 a913bead67 Omit "Link" row if no website name 2017-05-09 12:24:26 +02:00
ripdog 93206d2955 No longer use img elements changed by js for the night mode toggle button. Use a css background on the <a>. Less JS is better JS. 2017-05-09 19:09:22 +12:00
Andrew Zhao 1c44a24ab0 make user torrent list display 2017-05-08 22:21:14 -07:00
Eliot Whalan d0069b6249 Add website links 2017-05-09 14:49:59 +10:00
akuma06 c830f8ec71 Fixed 2017-05-09 04:12:48 +02:00
akuma06 c5b22ff496 Fixed no torrents found + translation 2017-05-09 04:12:48 +02:00
akuma06 84cf511fe3 Fixed User
Profile Page, badge menu, every thing before previous commit (except
email)
Added Logout
2017-05-09 03:37:12 +02:00
akuma06 ffc3acfc25 Merge pull request #187 from kipukun/master
Fix theme switcher button mobile
2017-05-08 23:22:22 +02:00
kipukun 74b74b4d94 Fix theme switcher button mobile 2017-05-08 17:19:50 -04:00
ElegantMonkey 108558dfdf Fix conflicts 2017-05-08 18:16:21 -03:00
sfan5 2c151bc26e Make login work 2017-05-08 22:50:56 +02:00
sfan5 e3a271cca7 Revert "Added Profile page"
This reverts commit 5860cf1d79.
2017-05-08 22:50:25 +02:00
sfan5 b9baaabfa2 Revert "No results found message"
This reverts commit 02ce28c748.
2017-05-08 22:50:23 +02:00
ElegantMonkey 67897a68ea Extract strings from remaining templates 2017-05-08 17:42:56 -03:00
ElegantMonkey b98498da35 Extract strings from upload template 2017-05-08 16:46:19 -03:00
ElegantMonkey 0cfa2bff21 Extract strings from 404 page and FAQ 2017-05-08 16:12:58 -03:00
ElegantMonkey 42e0320064 Merge remote-tracking branch 'upstream/master' into extract-strings-for-translation 2017-05-08 15:14:28 -03:00
ElegantMonkey b896d8d326 Fix indentation 2017-05-08 15:02:13 -03:00
ElegantMonkey c960c928bd Extract strings from home and index 2017-05-08 14:56:17 -03:00
akuma06 46a52c7dab No results found message 2017-05-08 19:46:42 +02:00
akuma06 cdf8cccc8d Added Profile page 2017-05-08 18:56:40 +02:00
akuma06 b0184e94db Fixed badge user in nav 2017-05-08 15:37:50 +02:00
akuma06 95cb6683b2 Fixed broked User Login 2017-05-08 13:37:56 +02:00
akuma06 7f053c978d Fixed login handler 2017-05-08 13:29:17 +02:00
Eliot Whalan 2d6f1837da Add dropdown menu for login/signup/irc 2017-05-08 17:13:20 +10:00
Andrew Zhao 915335bc90 add clickable comment targets 2017-05-07 21:49:00 -07:00
Andrew Zhao b232018e6b initial implementation of making comments 2017-05-07 20:34:12 -07:00
Andrew Zhao 2e3c45cbc7 implemented comments and display 2017-05-07 19:06:11 -07:00
Eliot Whalan 6c67c23439 Add some bottom padding to login and register pages 2017-05-08 09:59:36 +10:00
akuma06 9bc75c86f3 Added logged badge + new User variable in each template variables 2017-05-08 01:46:30 +02:00
akuma06 e0743e4688 Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	router/userHandler.go
2017-05-08 00:22:57 +02:00
akuma06 d34823c422 Added Login 2017-05-08 00:21:31 +02:00
Jeff Becker b5fc690f17 don't use type=number (re-do) 2017-05-07 23:45:53 +02:00
sfan5 b0f5421d01 Revert "Inline style-switching JS into <head>" (re-do) 2017-05-07 23:43:09 +02:00
sfan5 b780b3799b Revert "Merge pull request #153 from majestrate/faster-rss"
This reverts commit a9d19644c9, reversing
changes made to 4f14dfb04f.
2017-05-07 23:41:44 +02:00
sfan5 6cf53b2a64 Revert "Revert "css fixes""
This reverts commit 7b86e3af94.
2017-05-07 23:40:34 +02:00
Eliot Whalan 003951f902 Merge branch 'master' into faster-rss 2017-05-08 07:16:37 +10:00
akuma06 d3b8596f2a Revert "css fixes" 2017-05-07 23:11:26 +02:00
keo b1ac8d82f7 Merge pull request #160 from sfan5/cssfix
css fixes
2017-05-07 23:23:08 +03:00
akuma06 d3de3fb2ee Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 22:00:57 +02:00
akuma06 04a17db739 Added verify email view and route
Now you should be able to register and activate your account
2017-05-07 22:00:45 +02:00
sfan5 d099a77c88 Inline style-switching JS into <head> 2017-05-07 21:36:59 +02:00
sfan5 a3e0cc0503 Fix accidental duplicate css 2017-05-07 21:28:35 +02:00
sfan5 f5ae6caede Cleanup night mode code and move switcher to top right 2017-05-07 20:49:59 +02:00
akuma06 ab59d8d04a Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	router/userHandler.go
2017-05-07 20:03:17 +02:00
akuma06 4df2268094 Added Form Validation
Display of error messages
2017-05-07 19:59:38 +02:00
Jeff Becker 66ddf6269a don't use type=number 2017-05-07 13:23:31 -04:00
keo 99244542b5 Merge pull request #148 from redsPL/master
Added the night mode toggle button+fixed a few things in CSS
2017-05-07 20:01:44 +03:00
sfan5 6950dfc797 Add .torrent file links! 2017-05-07 18:58:11 +02:00
reds 97630fe167 Added night toggle button 2017-05-07 17:19:37 +01:00
bakape 8d24850687 Scale 404 image better 2017-05-07 16:59:55 +03:00
Ramon Dantas 3b2073a984 Merge branch 'master' into faq-fix 2017-05-07 10:08:00 -03:00
akuma06 9a73f8ad58 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 14:53:19 +02:00
akuma06 1eaa0c1b44 Fixed User Captcha
Templates are now in reload of template.go
Captchas are generated correctly on register page
Corrected typo
2017-05-07 14:53:01 +02:00
sfan5 575eb1d01b Fix captchas (thanks @bakape) 2017-05-07 14:36:54 +02:00
Ramon Dantas 18193c9a5e Fix FAQ image going beyond the screen size.
On small width screens, sometimes it would break the layout a bit.
2017-05-07 09:31:53 -03:00
sfan5 451926ac02 Add label to captcha 2017-05-07 13:57:38 +02:00
sfan5 767c91bacd Make pre-filling work correctly 2017-05-07 13:54:45 +02:00
sfan5 f9b29af311 Better / fixed validation of uploaded torrent files 2017-05-07 13:53:51 +02:00
bakape 5a55008a16 Merge branch 'master' of https://github.com/ewhal/nyaa into captchas 2017-05-07 12:08:44 +03:00
bakape 8786db1540 Internal IP-specific captchas 2017-05-07 11:25:09 +03:00
Eliot Whalan 1aea935c5c Merge pull request #133 from azhao12345/not-found
add 404 page
2017-05-07 17:45:32 +10:00
Eliot Whalan 33491e8e89 Merge pull request #131 from azhao12345/upload-impl
Implement upload for new torrents
2017-05-07 17:45:21 +10:00
Andrew Zhao c2606a37ed added custom 404 page 2017-05-06 23:59:45 -07:00
Andrew Zhao 637711fb9d start implementing upload 2017-05-06 21:26:09 -07:00
akuma06 6b05776125 Added post method for registration
Don't know if create user work
2017-05-07 05:04:55 +02:00
akuma06 e01eb9ba13 Fixed links 2017-05-07 04:06:52 +02:00
akuma06 81e8a9bc40 Added login page + multilanguage support 2017-05-07 04:02:57 +02:00
Eliot Whalan cd3dae3d5e Merge pull request #129 from azhao12345/upload-changes
Implement some stuff needed for upload
2017-05-07 11:59:31 +10:00
akuma06 00b08b71cd Multi language support User Registration page finished 2017-05-07 03:34:16 +02:00
Andrew Zhao f9bb45b263 actually upload the upload 2017-05-06 18:32:26 -07:00
akuma06 4d321f581a Support no javascript 2017-05-07 03:05:39 +02:00
akuma06 5bafc6c0b5 Fixed register page 2017-05-07 03:00:05 +02:00
akuma06 03222047a2 Merge branch 'master' into master 2017-05-07 02:39:13 +02:00
akuma06 f88b4656a1 Fixed Typo + Added multi language support
Multi language for User package
2017-05-07 02:32:32 +02:00
Eliot Whalan e091320a68 Merge pull request #122 from sfan5/favi
Better favicon crop
2017-05-07 09:27:44 +10:00
bakape 8e15b211df Revert quicktemplate search template 2017-05-07 02:20:13 +03:00
sfan5 6591d92e53 Better favicon crop 2017-05-07 00:54:44 +02:00
bakape c2bdfa784a Add missing search button 2017-05-07 01:49:27 +03:00
Eliot Whalan 996105e7f2 Merge pull request #119 from bakape/fix-search-bar-gone
Fix missing search bar
2017-05-07 08:46:57 +10:00
bakape 60292a624b Fix missing search bar 2017-05-07 01:45:59 +03:00
akuma06 be9a9c5a06 Delete search.html.go 2017-05-07 00:43:48 +02:00
akuma06 bf613062cd Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 00:15:45 +02:00
keo ec4c15abe5 Merge pull request #115 from sfan5/stuff2
Drop "Category", "Sub_Category" and "Statuses" tables
2017-05-07 01:12:31 +03:00
akuma06 3ab5c4caf0 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-07 00:10:53 +02:00
akuma06 b4da1000b3 Added User Registration View
Moved public files in public folder
2017-05-07 00:10:40 +02:00
Eliot Whalan 4d2fc1a88d Merge pull request #114 from redsPL/master
Changed night-mode item colors(remake, trusted, aplus)
2017-05-07 08:04:33 +10:00
sfan5 b7a62c2f20 Stop using categories & status DB tables
Also fixes the incorrect JSON keys in API responses
2017-05-07 00:04:12 +02:00
bakape 7a49c3da54 Merge remote-tracking branch 'origin/master' into compile-time-templates 2017-05-07 00:26:46 +03:00
bakape a16caa0556 Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00
sfan5 2a1cd94a87 Show category image on torrent view page 2017-05-06 22:32:50 +02:00
sfan5 4237803422 Sorting by torrent size 2017-05-06 21:50:38 +02:00
idontusegithubkek 5a9f6d3a95 Change Fap to the end of the navbar
It just doesn't feel right for Fap to be anywhere besides the rightmost position
2017-05-06 14:04:50 -05:00
reds d2fc439c76 Changed night-mode item colors(remake, trusted, aplus) 2017-05-06 18:56:50 +01:00
keo e447b7566a Merge pull request #95 from redsPL/master
Night mode
2017-05-06 18:48:16 +03:00
lc-guy 604d31156f fix some typos
somewhen is *technically* correct, but... it hasn't been in use since the 19th century, so I replaced it with the more common sometime.
2017-05-06 14:23:48 +01:00
reds af929459c7 Added pagination to the bottom of the page 2017-05-06 13:15:17 +01:00
sfan5 af01791b70 fix invalid html 2017-05-06 13:58:06 +02:00
sfan5 a2afa1d05c Update FAQ 2017-05-06 13:56:51 +02:00
sfan5 62a5d9ebf7 Make comments look nicer 2017-05-06 13:27:35 +02:00
Eliot Whalan 2f7f57e76e fix upload styling 2017-05-06 17:47:30 +10:00
Eliot Whalan 5f110fe15e force favicon refresh 2017-05-06 17:33:56 +10:00
ayame-git db144a6a30 Merge branch 'master' of github.com:ewhal/nyaa 2017-05-06 11:37:14 +03:00
ayame-git d6ef924fa3 basic upload 2017-05-06 11:36:37 +03:00
Chuu edf338b8e7 Add a scaled Renchon to torrent view pages. 2017-05-06 06:46:07 +02:00
Chuu 96d9807d55 Put Renchon only on the home page. 2017-05-06 06:20:19 +02:00
Eliot Whalan f49507ed56 fix up comment bug 2017-05-06 12:24:31 +10:00
Eliot Whalan 36a7d16e34 Get comments working 2017-05-06 12:18:24 +10:00
Eliot Whalan 15bd2644af Remove one rss button 2017-05-06 10:11:13 +10:00
Eliot Whalan 377b53f33a Merge branch 'master' of git://github.com/sazuna/nyaa into sazuna-master 2017-05-06 08:33:56 +10:00
Eliot Whalan 55d273b904 Merge pull request #73 from sfan5/style
Minor design changes / Styling
2017-05-06 08:16:43 +10:00
sfan5 4ddf55bcc4 Force width of category image container 2017-05-05 22:53:17 +02:00
sfan5 64f4c4ce05 Indicate status on view page 2017-05-05 22:53:17 +02:00
sfan5 9108d81b1b Infohash is monospace again 2017-05-05 22:53:17 +02:00
sazuna c007dbd368 RSS feed with common search 2017-05-05 17:48:18 -03:00
akuma06 6b1196f12c Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	main.go
Resolved conflicts with new merge
2017-05-05 22:30:56 +02:00
keo 2571869c24 Merge pull request #65 from kipukun/master
Small changes on view template
2017-05-05 22:40:07 +03:00
keo e270571db1 Merge pull request #67 from sfan5/style123
Appearance changes (mostly)
2017-05-05 22:38:41 +03:00
sfan5 19d6a53b7d Hide advanced search on FAQ page 2017-05-05 18:06:43 +02:00
sfan5 b8fa4524d1 Remove _blank from magnets 2017-05-05 17:48:37 +02:00
sfan5 4c2f1849f3 Fix table hover style (>>60228378) 2017-05-05 17:38:47 +02:00
akuma06 6140ebeeba Added RSS link & context display 2017-05-05 17:14:10 +02:00
kipukun 54eb92b856 Add big download button, a la nyaa + other small 2017-05-05 11:02:53 -04:00
Lietzu 28450fa576 Merge branch 'master' into master 2017-05-05 10:38:07 -04:00
Lietzu 62a72b0b35 Remake search is now Filter Remakes like old nyaa 2017-05-05 10:31:24 -04:00
sfan5 8828a07fdf Less autistic date display 2017-05-05 15:55:25 +02:00
Eliot Whalan 1fbe264e5c Remove table-striped 2017-05-05 23:01:22 +10:00
Eliot Whalan fef1a385cb Remove hashes, rename id column to category 2017-05-05 22:54:50 +10:00
Eliot Whalan e9eb30dd9f attempt to fix table 2017-05-05 22:52:41 +10:00
sfan5 31d543e7ab Match Nyaa design more closely 2017-05-05 14:32:10 +02:00
Eliot Whalan ab9a57296f Merge branch 'master' of github.com:ewhal/nyaa 2017-05-05 21:42:05 +10:00
sfan5 84e8ea53ad Update FAQ 2017-05-05 13:19:36 +02:00
Eliot Whalan e7a189f589 Comment out itorrents link 2017-05-05 21:06:41 +10:00
Eliot Whalan a50d218504 Merge pull request #54 from sfan5/misc
Misc
2017-05-05 20:52:10 +10:00
sfan5 969380e8e0 Now with less ugly 2017-05-05 12:46:47 +02:00
sfan5 aab0604afd Fix advanced search bar (thanks to >>60226151) 2017-05-05 12:42:45 +02:00
sfan5 ef9e37c3ac Move Search to different template file
(also re-add accidentally deleted catimg)
2017-05-05 12:01:17 +02:00
sfan5 c880a5eb25 also make Faq uppercase 2017-05-05 11:32:11 +02:00
sfan5 b0af736d4e Add missing categories and fix category images 2017-05-05 11:30:14 +02:00
Eliot Whalan 675964f482 Merge pull request #49 from SandroHc/master
Fixed commit "Working in the torrent list layout"
2017-05-05 19:08:05 +10:00
Eliot Whalan 7b0c60f594 Merge pull request #50 from akuma06/master
Default Values for Search form
2017-05-05 19:07:45 +10:00
Sandro Marques 1627719d3a Fixed commit "Working in the torrent list layout"
Messed up a route with a whitespace. I'm dishonored :(
2017-05-05 09:53:32 +01:00
akuma06 9556ea5ae2 Default Values for Search form
Added a new Variable SearchForm as an argument to replace the list of arguments (cat,order,status,sort,query)
Added a construction function for it so we can have default values (NewSearchForm() output a SearchForm{} with default values)
Fixed the view template so we show one torrent and not a list
Added a ViewTemplateVariables for the page
2017-05-05 10:52:08 +02:00
Sandro Marques 935162a7a3 Working in the torrent list layout
Changes:
 * Hashes use a monospaced font, since they have the same text-width;
 * Filesize does not wrap (stay always on the same line)
2017-05-05 09:12:29 +01:00
ipatrol 8caa47a5a4 Add favicon
Add Panty favicon
2017-05-05 00:51:32 -04:00
ayame-git 937bcc9c4a no items per page :^) 2017-05-05 10:38:03 +03:00
akuma06 6f00348cbc Merge branch 'master' of https://github.com/ewhal/nyaa.git
Conflicts:
	main.go
	models.go
	templates/index.html
Saw that some previous modifications were lost due to the previous merge :)
2017-05-05 05:04:04 +02:00
akuma06 634f48a748 Big Update !
Design copied from NyaaTorrents
Reorganised some sql queries
Added dynamic navigation within torrents
Added nesting templates support
Added more variables/functions imported in the templates
Separated templates functions and variables in other files for more clarity
2017-05-05 03:53:38 +02:00