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

50 commits

Auteur SHA1 Message Date
sfan5
a3fa6df938 Remove bugs (#643)
* Fix S/L/D columns wasting huge amounts of space

Partially reverts 0c9cdfa8bf.

* Move last scrape below seed-bar

Also fixes the very misleading indentation

* Show category name on view page too

* Fix fucked up login page (fixes #640)

* Fix empty page on login w/o pass (fixes #634)

* Fix incorrectly colored error text in day mode

* Better readable footer in night mode

* Prepare having old uploader names on sukebei and various fixes for sukebei

* Different HTML title for sukebei
2017-05-20 20:45:27 +10:00
kipukun
f377fadf8c Make mascot disappear on sub 1500 pixels (#636) 2017-05-20 13:12:37 +10:00
Eliot Whalan
5270fff72a
Move nyaapansu.mp3 to a pomf clone 2017-05-20 12:10:26 +10:00
moose65468
a2e4fab550 Add tooltips to category images (#627)
* Added tooltips to category images

* removed line 213
2017-05-20 09:08:54 +10:00
kipukun
13375411ad Make comments extra column + search bar doesn't freak out anymore (#621)
* Make comments extra column

* Fixed #595 w00t

* Cleanups and fixes (#623)

* Keep naming consistent

* Remove execute bit from files

* Default to DefaultLanguage (without passing it to the func)

* Remove commented code

* Use Content-Type to get language json

* Lines of 400 characters is dumb

* Update new repo in README

* Remove useless script since we fallback to a defaultlang

* Fix fallback language panic

* Fix uninitialized MaxPerPage when not in querystr

The issue was that the req.MaxPerPage was not set (default to 0) when
the query string didn't include "max". This makes the server query the
whole db since the resulting limit is 0.

* Fix creating empty torrents (only worked once)

* Lines of 400 characters is still dumb

* Update ja-jp.all.json (#622)

* Update README.md

* Make comments extra column

* Fixed #595 w00t

* Comment out comments for now
2017-05-19 15:36:32 +10:00
kipukun
2d5bf3c7b9 Center pagination on top 2017-05-18 15:50:10 -04:00
akuma06
66b94eb360 Merge pull request #606 from MMP0/patch-20
Fix line breaks
2017-05-18 03:52:18 +02:00
MMP0
ed640fc265 Fix line breaks 2017-05-18 10:44:01 +09:00
kipukun
b1824092ff Moved mascot to the left, made her clickable with sound 2017-05-17 21:37:10 -04:00
akuma06
4d5c15ab3f Merge pull request #584 from ElegantMonkey/minor-fixes
Changes to seed/leech display
2017-05-17 22:37:31 +02:00
ElegantMonkey
ccda45a452 Show Unknown seed/leech count on LastScrape == NULL, show scrape time
Instead of showing 0/0/0 when the torrent hasn't been scraped (which
may be misleading), show "Unknown", and also show when the torrent was
last scraped on the view torrent page.
2017-05-17 13:06:21 -03:00
sfan5
aa17bd55be Fix layout differences between day/night mode (fixes #493) 2017-05-17 16:47:30 +02:00
yiiT
6356ae6ef4 Fix Links column alignment (#573) 2017-05-17 20:26:37 +10:00
akuma06
9cdfc00762 Number of comments
Issue #553
2017-05-17 00:05:16 +02:00
Eliot Whalan
cf4e482046 Get sukebei working 2017-05-15 19:08:17 +10:00
SpamNeko
0c9cdfa8bf Sorting arrows on table headers (#504)
* Sorting arrows on table headers

* Better arrows and seperate S/L/D columns
2017-05-14 19:01:04 -05:00
lc-guy
645c91659b Fix searching for seeders/leechers/downloads 2017-05-14 14:18:51 +01:00
SpamNeko
dc32f041e1 Add sorting to table headers, delet advanced search 2017-05-13 18:14:51 +01:00
Eliot Whalan
e120e9da43 Add torrent stats to homepage 2017-05-11 11:56:00 +10:00
sfan5
a4b1a057b6 Unbreak dates (@kipukun broke them) 2017-05-10 12:47:51 +02:00
ripdog
fff87e87d4 Hopefully working dark mode mascot swap 2017-05-10 21:26:27 +12: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
kipukun
94d299067b fucking did it holy shit 2017-05-09 20:12:54 -04:00
kipukun
6eb80f1073 change number on pagination to 5 2017-05-09 18:13:40 -04:00
kipukun
36e10ce093 columns hidden on phones 2017-05-09 18:13:39 -04:00
sfan5
3b65df9cdd Prepare for storage of uploaded .torrent files 2017-05-09 16:42:12 +02:00
ElegantMonkey
108558dfdf Fix conflicts 2017-05-08 18:16:21 -03:00
sfan5
b9baaabfa2 Revert "No results found message"
This reverts commit 02ce28c748.
2017-05-08 22:50:23 +02: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
sfan5
6950dfc797 Add .torrent file links! 2017-05-07 18:58:11 +02: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
reds
af929459c7 Added pagination to the bottom of the page 2017-05-06 13:15:17 +01:00
Chuu
96d9807d55 Put Renchon only on the home page. 2017-05-06 06:20:19 +02:00
sfan5
4ddf55bcc4 Force width of category image container 2017-05-05 22:53:17 +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
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
e7a189f589 Comment out itorrents link 2017-05-05 21:06:41 +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
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
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