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

34 commits

Auteur SHA1 Message Date
PantsuDev
70f87e7aac finish repo transfer 2017-05-17 15:58:40 +10:00
sfan5
cb455113cc Various fixes (#521)
* Re-add old uploader name to view page

* Update zh-CN translation (fixes #519)

* Nicer text boxes in night mode (closes #515)

* Fix max results defaulting to 5 (fixes #488)

* Add link back to nyaa on sukebei (fixes #255 and #437)

* Fix visual bug with pt-BR translation (fixes #427)
2017-05-15 21:55:16 +10:00
Atvaark
cd844aec45 Replace 'en-us' literals with the default language
This consolidates the places where a default language has to be set.

- Removed import of the 'userService' package into the 'languages' util
  package
  This was required to prevent a cyclic import between the two packages.
- Added a 'UserRetriever' interface to read the language setting of users
  inside the 'languages' package
2017-05-14 22:10:07 +02:00
sfan5
6b341c7b03 No captchas for trusted users or admins, closes #330 2017-05-12 12:05:36 +02:00
tomleb
bfb9bf3239 Fix empty comment (sanitize then trim and check) (#368) 2017-05-11 14:46:14 -05:00
sfan5
8e2c643a34 Fix missing error enforcement on comments and reports 2017-05-11 15:14:48 +02:00
ayame-git
d2c2de2ef9 ... 2017-05-11 01:10:42 +03:00
sfan5
01c2c20bbb Fix the build 2017-05-10 22:34:57 +02:00
ayame-git
c0e2eaa56a Merge branch 'master' of github.com:ewhal/nyaa 2017-05-10 23:31:27 +03:00
ayame-git
9b5515dcb8 🤔 2017-05-10 23:31:15 +03:00
akuma06
3acb410af7 Merge pull request #302 from sfan5/fixayy
Fixes & Features (as always)
2017-05-10 22:24:33 +02:00
ayame-git
6198c4a618 fixed dup renchon on report 2017-05-10 23:24:06 +03:00
sfan5
e11759a4f1 Disallow empty comments 2017-05-10 22:11:37 +02:00
ayame-git
1bf4012eb2 yea.. 2017-05-10 21:42:20 +03:00
Your Name
5f7adedab5 submit report 2017-05-10 08:17:21 +00:00
Andrew Zhao
e014164a0a remove unnecesary check and fix anon comment (#252) 2017-05-09 23:02:03 -05: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
bakape
c46c386981 Better DB error handling 2017-05-09 20:23:21 +03:00
ElegantMonkey
108558dfdf Fix conflicts 2017-05-08 18:16:21 -03:00
ElegantMonkey
14f24e3be9 Add translation code to handlers, fix wrong key in .json translations 2017-05-08 17:51:59 -03:00
sfan5
a3d13f768a Switch to new schema: make it compile 2017-05-08 22:50:56 +02:00
akuma06
97efa46a29 Typo 2017-05-08 13:18:52 +02:00
akuma06
82c5767ac4 Fixed User support in Comments 2017-05-08 13:05:25 +02:00
Andrew Zhao
73b4102552 dont need these to compile 2017-05-07 22:01:46 -07:00
Andrew Zhao
c0712b98f1 sanitize comments 2017-05-07 21:58:21 -07:00
Andrew Zhao
b232018e6b initial implementation of making comments 2017-05-07 20:34:12 -07:00
akuma06
9bc75c86f3 Added logged badge + new User variable in each template variables 2017-05-08 01:46:30 +02:00
Jeff Becker
b599bb1ef2 fix up templates, get reading for Reload template on SIGHUP 2017-05-07 07:51:33 -04:00
Andrew Zhao
c0fc47b4d2 404 on missing torrents 2017-05-07 00:02:38 -07:00
bakape
8e15b211df Revert quicktemplate search template 2017-05-07 02:20:13 +03:00
bakape
a16caa0556 Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00
bakape
2cb605a027 Don't reparse templates on every fucking request 2017-05-06 20:03:21 +03:00
ayame-git
d6ef924fa3 basic upload 2017-05-06 11:36:37 +03: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