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

1754 commits

Auteur SHA1 Message Date
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
akuma06 dcc8a8ad1c Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 16:39:23 +02:00
akuma06 9739610311 Separated Routes and handler from Main
Everything is in the router folder in different file
2017-05-05 16:39:15 +02: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
kipukun f3ce552eda Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 10:22:54 -04:00
Eliot Whalan 551724b303 Merge pull request #62 from sfan5/misc3
Misc3
2017-05-06 00:19:12 +10:00
sfan5 8828a07fdf Less autistic date display 2017-05-05 15:55:25 +02:00
kipukun 437537a953 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 09:47:33 -04:00
Eliot Whalan f336dcfc68 Update README.md 2017-05-05 23:43:26 +10:00
kipukun 81eb1a9d83 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 09:41:20 -04:00
Eliot Whalan ccf8e938f8 Update README.md 2017-05-05 23:39:18 +10:00
Eliot Whalan 365c78194b Update README.md 2017-05-05 23:38:02 +10:00
Eliot Whalan a23f62e08c Update README.md 2017-05-05 23:37:40 +10:00
Eliot Whalan f9714e8f87 Update README.md 2017-05-05 23:36:10 +10:00
sfan5 1d8246b556 Style fixes 2017-05-05 15:34:23 +02:00
kipukun 76e68569ea Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 09:34:03 -04:00
Eliot Whalan ffa6166fec Merge pull request #61 from akuma06/master
Re added templates files function for search
2017-05-05 23:28:20 +10:00
akuma06 e78fe85971 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 15:28:12 +02:00
akuma06 22bf49eaac Merge branch 'master' into master 2017-05-05 15:27:00 +02:00
akuma06 a70551a986 Re added templates files function for search
Removed them when I've resolved the conflicts
2017-05-05 15:23:49 +02:00
kipukun b3170214a5 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 09:19:29 -04:00
Eliot Whalan f50a0f9ace Merge branch 'master' of github.com:ewhal/nyaa 2017-05-05 23:18:18 +10:00
Eliot Whalan 4f19a2f977 Merge branch 'akuma06-master' 2017-05-05 23:18:01 +10:00
kipukun 56870069e6 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 09:17:28 -04:00
akuma06 d346899498 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 15:16:51 +02:00
Eliot Whalan 658b139311 Merge pull request #59 from Adelyne/master
json.MarshalIndent's error was checked after trying to use its value.
2017-05-05 23:14:41 +10:00
akuma06 46c0025ee3 Forgot to add go get 2017-05-05 15:13:45 +02:00
akuma06 25342bad33 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 15:08:21 +02:00
akuma06 ade17dad04 Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	main.go
2017-05-05 15:08:02 +02:00
kipukun c961fa5cc5 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 09:06:37 -04:00
Eliot Whalan 1fbe264e5c Remove table-striped 2017-05-05 23:01:22 +10:00
kipukun 871e84e264 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 09:01:22 -04:00
Adelyne Maulideau d1e511c480 json.MarshalIndent's error was checked after trying to use its value. 2017-05-05 14:55:40 +02: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
akuma06 f6709f9ace Merge branch 'master' of https://github.com/ewhal/nyaa
Conflicts:
	main.go
	models.go
2017-05-05 14:51:19 +02:00
kipukun b4e37da602 Merge branch 'master' of https://github.com/ewhal/nyaa 2017-05-05 08:40:26 -04:00
Eliot Whalan 11e91f7d9d Merge pull request #58 from sfan5/design
Match Nyaa design more closely
2017-05-05 22:36:11 +10:00
sfan5 31d543e7ab Match Nyaa design more closely 2017-05-05 14:32:10 +02:00
Eliot Whalan 6906382a70 Merge pull request #57 from Adelyne/master
Configuration through command line and/or a file.
2017-05-05 22:25:06 +10:00
akuma06 9586f1e731 Rearranged Files
Configurations are separated in files in the folder config
Connection to database by a package to import when needed
Models will be in a model package for better maintenance
Services access to the models
Utils are tools or functions that can be used anywhere
main.go cleaned a bit and other files modifications are there for the above modifications
2017-05-05 14:20:51 +02:00
Adelyne Maulideau d505e4835a Configuration through command line and/or a file.
The configuration file is in JSON. If no option is specified,
dev-friendly defaults are used.
2017-05-05 14:18:53 +02:00
Eliot Whalan 5bad947a78 Add styles from /g/anon to fix table responsiveness 2017-05-05 22:02:40 +10:00
Eliot Whalan ab9a57296f Merge branch 'master' of github.com:ewhal/nyaa 2017-05-05 21:42:05 +10:00
Eliot Whalan b611e5eb2a Merge pull request #56 from chaiknees/master
RSS feeds for specific search queries.
2017-05-05 21:41:53 +10:00
Eliot Whalan 6d42d1c34d Merge pull request #55 from sfan5/misc2
Misc (2)
2017-05-05 21:40:46 +10:00
Owner 6304c447fd RSS feeds for specific search queries. 2017-05-05 13:37:22 +02:00
sfan5 84e8ea53ad Update FAQ 2017-05-05 13:19:36 +02:00