Ramon Dantas
0f5a349c01
Add RSS feed to User Profile (issue #197 ) ( #631 )
...
Uses a similar syntax to the normal /feed URL, except it's added
to the /user/id/username URL.
2017-05-20 09:09:09 +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
tomleb
babf0a37f0
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
2017-05-19 12:55:59 +10:00
Akatsuki-Ousawa
e86627abed
Update uploadHandler.go
2017-05-18 22:14:14 +02:00
Akatsuki-Ousawa
bba5faa58a
Update apiHandler.go
2017-05-18 22:13:00 +02:00
Akatsuki-Ousawa
0ee0ef6fd9
Update apiHandler.go
2017-05-18 15:37:44 +02:00
Akatsuki-Ousawa
bc3de070af
Update uploadHandler.go
2017-05-18 14:29:58 +02:00
Akatsuki-Ousawa
2f2d03667c
Update apiHandler.go
2017-05-18 14:27:13 +02:00
akuma06
a511b901e9
Merge pull request #602 from MMP0/patch-19
...
Small changes and Fix errors
2017-05-18 03:12:27 +02:00
akuma06
22c87a6bbf
fix handlers error
2017-05-18 03:09:23 +02:00
akuma06
2d87cc891a
Update databaseDumpHandler.go
2017-05-18 03:04:18 +02:00
akuma06
2c99f46453
Update databaseDumpHandler.go
2017-05-18 03:00:51 +02:00
MMP0
c4c53a6c61
Fix error
2017-05-18 09:55:23 +09:00
tomleb
9c6c66d0e9
Don't make path configurable, detect empty directory
2017-05-17 19:05:58 -04:00
tomleb
44d75f506d
Add dumps view
2017-05-17 19:05:58 -04:00
SpamNeko
6fc5423166
Fix default sorting UI state ( #598 )
2017-05-18 09:03:11 +10:00
sfan5
1be4ec1a94
Use JS date formatting for comments too
2017-05-17 16:07:32 +02:00
Ramon Dantas
a64c3c5b71
Minor fixes. ( #575 )
...
* Sort Comments by Date and Files by Name on viewTorrent
* Make comments start at 1, not 0.
2017-05-17 21:16:40 +10:00
PantsuDev
70f87e7aac
finish repo transfer
2017-05-17 15:58:40 +10:00
ElegantMonkey
9f9b45eb71
Add pagination to RSS handler
...
Make it behave more like the search handler.
2017-05-16 18:32:41 -03:00
Eliot Whalan
4e61605a30
Merge branch 'dev'
2017-05-16 13:34:21 +10:00
Ramon Dantas
f351c2b047
Store torrent FileList info as bencoded data. ( #530 )
...
Use this instead of joining with forward-slashes because it's possible
that a torrent uses "foo/bar" as a filename or part of the directory list.
2017-05-16 07:45:47 +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
Eliot Whalan
a5e81b2d8c
Fix uploads
2017-05-15 19:50:39 +10:00
Eliot Whalan
cf4e482046
Get sukebei working
2017-05-15 19:08:17 +10:00
ElegantMonkey
df2c9bc2f7
Fix conflicts
2017-05-14 21:19:29 -03: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
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
ElegantMonkey
2ab4d4ad9e
Fix conflict on translation
2017-05-14 12:45:07 -03:00
ElegantMonkey
720c27e38f
Get FileList of new uploaded .torrent files
2017-05-14 12:28:48 -03:00
Eliot Whalan
9261847a93
Merge branch 'dev' of https://github.com/ewhal/nyaa into dev
2017-05-14 23:26:25 +10:00
SpamNeko
145dc40cd8
Make table header sorting links point to /search always so the work on home
2017-05-14 13:44:39 +01:00
Eliot Whalan
ec80ada958
Fix table sorting
2017-05-14 22:30:09 +10:00
sfan5
2827362b54
Fully fix modpanel
2017-05-14 13:23:27 +02:00
sfan5
f1aa52e618
Cleanup usage of now removed HideAdvancedSearch
2017-05-14 13:05:18 +02:00
sfan5
c60a8635fc
Fix search in modpanel (@SpamNeko broke it)
2017-05-14 13:01:59 +02:00
akuma06
8dd9f59cf5
Merge pull request #436 from sfan5/treassign
...
Modpanel: Torrent Reassigning
2017-05-14 00:29:44 +02:00
SpamNeko
dc32f041e1
Add sorting to table headers, delet advanced search
2017-05-13 18:14:51 +01:00
sfan5
b24e31a7dc
Check assign-to user for existence beforehand
2017-05-13 17:36:50 +02:00
sfan5
c0be570e54
Torrent Reassign feature for modpanel
2017-05-13 17:29:21 +02:00
PantsuDev
0ae488e7eb
Merge branch 'dev' into dev
2017-05-13 12:24:55 +10:00
PantsuDev
44b327e1a3
Merge pull request #395 from sfan5/searchperf
...
(Search) performance
2017-05-13 12:24:03 +10:00
ElegantMonkey
5dcd3892f4
Add dropdown to the bottom of the page (needs JS)
2017-05-12 21:01:17 -03:00
sfan5
00bb382cdb
Modpanel stuff ( #401 )
...
* Fix table on modpanel index
* Fix actions on torrent report list page
* Fix error reporting on modpanel templates
* Convenience functions for modpanel
Link to view page primarily and to edit page as a seperate link
* Missing confirm before torrent deletion
* Add edit button directly onto view page
2017-05-12 17:31:27 -05:00
ElegantMonkey
7808615c6a
Add route and template files
2017-05-12 19:28:56 -03:00
ElegantMonkey
dfd9caeb31
Add language selector without login
2017-05-12 19:17:34 -03:00
sfan5
b2581f549b
Display human-readable report reason in modpanel
...
Also fixes the "list all torrent reports" subpage
2017-05-12 20:43:38 +02:00
sfan5
5cb672b06a
Stop RSS from being so slow
2017-05-12 17:54:08 +02:00
sfan5
38f23a3d7f
Use ts_query on Postgres for performance reasons
...
Untested.
2017-05-12 17:41:26 +02:00
PantsuDev
dc89495b65
Merge pull request #394 from tomleb/dev
...
Fix dereference wrong error
2017-05-13 01:24:23 +10:00
tomleb
6aa4e8b960
Fix dereference wrong error
2017-05-12 10:29:48 -04:00
PantsuDev
ac92ddfeba
Merge pull request #391 from sfan5/memes
...
Fixes & Features
2017-05-12 20:25:05 +10:00
sfan5
629dfde937
Fix one URL escape too much in RSS link
2017-05-12 12:08:38 +02:00
sfan5
6b341c7b03
No captchas for trusted users or admins, closes #330
2017-05-12 12:05:36 +02:00
ayame-git
cf13efe3fe
unborked
2017-05-12 05:21:40 +03:00
ayame-git
d5370705c0
converts hash to uppercase
2017-05-12 04:28:00 +03:00
ayame-git
af2c47c2f2
Merge branch 'master' of github.com:ewhal/nyaa into api
2017-05-12 00:59:35 +03:00
ayame-git
d94f8102d1
convert base32 hash to base16
2017-05-12 00:59:00 +03:00
sfan5
b6b2d836c0
Fix dates in RSS feed
2017-05-11 16:54:28 -05:00
sfan5
a96902a737
Fix minor display bug on profile edit page
2017-05-11 16:54:28 -05:00
akuma06
61ba31b337
No more gzip
2017-05-11 22:21:12 +02:00
tomleb
bfb9bf3239
Fix empty comment (sanitize then trim and check) ( #368 )
2017-05-11 14:46:14 -05:00
akuma06
4d5c04bbac
Added CROS for RSS
2017-05-11 15:50:26 +02:00
PantsuDev
1f383b06f5
Merge pull request #360 from majestrate/cache-interface
...
ReAdd cache
2017-05-11 23:42:34 +10:00
Jeff Becker
0e8a3cde3b
Merge branch 'cache-interface' into merge-cache-interface
2017-05-11 09:24:20 -04:00
sfan5
8e2c643a34
Fix missing error enforcement on comments and reports
2017-05-11 15:14:48 +02:00
Jeff Becker
059ea7d2a8
abstract out cache
2017-05-11 09:01:53 -04:00
Eliot Whalan
c1cafb9d9a
Remove broken caching stuff
2017-05-11 22:22:49 +10:00
akuma06
a17004360f
Merge pull request #357 from majestrate/scraper
...
fixes
2017-05-11 13:50:46 +02:00
Jeff Becker
a361bcca4f
fix template tests
2017-05-11 07:42:26 -04:00
ayame-git
51c5f198b4
Merge branch 'master' of github.com:ewhal/nyaa into api
2017-05-11 14:38:46 +03:00
akuma06
9f2d0f1962
New translation function and time depends on translation
2017-05-11 13:15:52 +02:00
Jeff Becker
7d98ebd7fe
Merge remote-tracking branch 'origin/master'
2017-05-11 06:50:53 -04:00
Jeff Becker
33fe211d3f
mod panel template cleanup, make mod panel templates reload on SIGHUP
2017-05-11 06:49:05 -04:00
sfan5
500f5bda02
Fix editing other profiles as a mod
2017-05-11 11:58:44 +02:00
ayame-git
da8b2dc9c4
base16 and base32
2017-05-11 07:23:02 +03:00
ayame-git
ac6f4f82fb
welll fuck me
2017-05-11 07:12:54 +03:00
ayame-git
42c79c2794
applied akuma dup fix
2017-05-11 06:25:41 +03:00
ayame-git
7e3d116808
Merge branch 'master' of github.com:ewhal/nyaa into api
2017-05-11 06:06:12 +03:00
ayame-git
d879f76e16
?
2017-05-11 06:05:52 +03:00
ayame-git
cc5baed9c1
stuff
2017-05-11 06:04:11 +03:00
ayame-git
c32fd6e7b7
torrent upload
2017-05-11 05:56:59 +03:00
akuma06
a94c4c08b0
Fix typo
2017-05-11 04:16:37 +02:00
akuma06
defb8a6003
Possible Fixes for dup torrent
2017-05-11 04:07:39 +02:00
akuma06
7eed942741
new way to show seed/leech
2017-05-11 03:00:57 +02:00
akuma06
536c403ea1
fix gzip
2017-05-11 02:29:33 +02:00
akuma06
e41a79c808
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# router/userHandler.go
2017-05-11 02:20:11 +02:00
akuma06
c1add13aa2
Fixes edit viewable by ever1
2017-05-11 02:18:19 +02:00
ayame-git
60ce69d2b9
security fix
2017-05-11 03:17:01 +03:00
sfan5
7bc395068d
Fix modpanel torrent edit ( #328 )
...
* Fix modpanel torrent edits breaking torrents
* Fix hash not being monospace anymore
* Fix modpanel torrent edit strings
* Fix modpanel torrent edit creating a new user (wtf GORM)
2017-05-10 18:46:50 -05:00
Atvaark
0678d19097
Add template and db tests ( #291 )
...
- The db test will run an sqlite3 database in in-memory
mode and run the automigrations.
- The template test will check if all the templates
that are stored in package variables (template.Must)
compile and if ReloadTemplates works without panicking.
2017-05-10 18:15:36 -05:00
ayame-git
d2c2de2ef9
...
2017-05-11 01:10:42 +03:00
ayame-git
054f712cba
i'm really bad
2017-05-11 01:08:13 +03:00
akuma06
ff0a588ff5
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-11 00:03:02 +02:00
akuma06
802945384b
Fixes
2017-05-11 00:02:36 +02:00
akuma06
f94dc3103c
Added edit torrent view mod panel & fix
2017-05-10 23:53:25 +02:00
sfan5
9109f68c96
Make Email changes work correctly
2017-05-10 23:43:58 +02:00
akuma06
90b9c5ba2b
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# service/user/verification.go
2017-05-10 22:42:56 +02:00
akuma06
dee08850cf
Fixing
2017-05-10 22:42:11 +02: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
sfan5
d98d918301
Allow marking uploads as remake
2017-05-10 22:11:37 +02:00
sfan5
c5052a11c3
Mark torrents from trusted users as trusted
2017-05-10 22:10:31 +02:00
ayame-git
cf601d1e52
Merge branch 'master' of github.com:ewhal/nyaa
2017-05-10 23:06:22 +03:00
ayame-git
f326d801c2
i don't even remember what i fix anymore'
2017-05-10 23:05:56 +03:00
akuma06
b2ae3b4ac1
Added a function to not have characters encoded by go template
2017-05-10 22:03:57 +02:00
Ramon Dantas
c84140964b
Add language selector ( #298 )
2017-05-10 14:45:39 -05:00
ayame-git
755a426931
reports are deleted with torrents
2017-05-10 22:29:59 +03:00
ayame-git
8373bce02f
unborked report list
2017-05-10 22:09:37 +03:00
ayame-git
4ada27a3cc
no need for potato fix anymore
2017-05-10 21:50:27 +03:00
ayame-git
1bf4012eb2
yea..
2017-05-10 21:42:20 +03:00
akuma06
9b2c003394
Merge branch 'master' of https://github.com/ewhal/nyaa into akuma06/master
2017-05-10 20:25:58 +02:00
akuma06
45e6fc109f
Edit profile unborked, please don't bork it anymore :'(
2017-05-10 20:24:37 +02:00
Eliot Whalan
07edb57728
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-11 04:05:40 +10:00
Eliot Whalan
e344896b2c
clear cache on upload
2017-05-11 04:05:22 +10:00
ayame-git
fcd0fec9a5
some pages not dispyaing corectly in mod page
2017-05-10 20:17:07 +03:00
PantsuDev
0223f575d3
Merge pull request #281 from ewhal/akuma06/master
...
Fixing Mod Panel
2017-05-11 01:41:40 +10:00
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
8391fc57bc
Fix the advanced search field showing up on user profile pages. Fixes #230 .
2017-05-11 01:08:37 +12:00
Eliot Whalan
9682a3014e
Make mod urls more sane
2017-05-10 22:09:12 +10:00
PantsuDev
563bcd619d
Merge pull request #222 from bakape/search-caching
...
Search caching
2017-05-10 20:13:23 +10:00
bakape
7af373b849
cache: Integrate with home handler and add size flag
2017-05-10 13:06:32 +03:00
SpamNeko
e312581643
wrapHandler for http.Handler to redirect to 404 handler
2017-05-10 11:04:12 +01:00
bakape
5d40d02820
Merge branch 'master' of https://github.com/ewhal/nyaa into search-caching
2017-05-10 12:08:02 +03:00
bakape
6bf7ee3438
Search query caching
2017-05-10 12:03:49 +03:00
Your Name
b08909c65c
only allow authed admins
2017-05-10 08:42:25 +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
Your Name
8d9605def3
delete shit
2017-05-10 07:10:23 +00:00
Your Name
7bffd59e85
shenanigans
2017-05-10 06:20:17 +00:00
Your Name
70c62ff719
add some 403s man
2017-05-10 06:18:58 +00: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
tomleb
1ddd4c12f8
Start mod system
2017-05-10 00:34:00 -04:00
Andrew Zhao
e014164a0a
remove unnecesary check and fix anon comment ( #252 )
2017-05-09 23:02:03 -05:00
Anthony D'Alessandro
30d82f77bc
fucking typo ( #251 )
...
* Update torrent.go
* another typo yay!!!
* typo
2017-05-09 22:54:12 -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
0cd1e6d653
Revert "Revert "Mod Page (WIP)""
...
This reverts commit 233c859723
.
2017-05-10 04:03:25 +02:00
akuma06
bea9fdab04
Revert "Mod Page (WIP)"
...
This reverts commit 55590cf7b3
.
2017-05-10 04:03:09 +02:00
akuma06
d4c7138081
Mod Page (WIP)
2017-05-10 04:02:23 +02:00
akuma06
9bbd544a20
Added Follow&Unfollow
2017-05-10 03:16:36 +02:00
sfan5
60ecfb797a
Stateless Email Verification
2017-05-10 00:04:07 +02:00
ayame-git
4bd79520a9
i fucking hate git
2017-05-10 00:21:15 +03:00
ayame-git
ab330e77c7
merged
2017-05-10 00:02:44 +03:00
ayame-git
b758a966d3
validator rewrite
2017-05-09 23:24:32 +03:00
ayame-git
59ed2ec4c6
update
2017-05-09 21:54:50 +03:00
ayame-git
f9f2214acf
token werks
2017-05-09 20:58:35 +03:00
ayame-git
dffe6b1e33
Merge branch 'master' of github.com:ewhal/nyaa into api_wip
2017-05-09 20:38:19 +03:00
ayame-git
c59e15e610
upload changes
2017-05-09 20:37:39 +03:00
bakape
c46c386981
Better DB error handling
2017-05-09 20:23:21 +03:00
ayame-git
c9bb89d551
default value bug
2017-05-09 19:54:12 +03:00
akuma06
bbffb24ae8
Merge pull request #214 from majestrate/make-rss-fast-again
...
make rss fast again
2017-05-09 18:53:57 +02:00
ayame-git
3d10749dcd
Merge branch 'master' of github.com:ewhal/nyaa into api_wip
2017-05-09 19:39:15 +03:00
ayame-git
42fe689628
using reflect
2017-05-09 19:37:40 +03:00
akuma06
8aa8a0593c
Added delete account and edit profile
2017-05-09 17:47:12 +02:00
ayame-git
71b2b798b8
search query
2017-05-09 18:09:45 +03:00
Jeff
18d6ad3992
make rss fast again :^)
2017-05-09 11:07:42 -04:00
bakape
a0ae1f7e6a
Refactor search
...
Optimise, error handling and avoid some exploits
2017-05-09 14:31:58 +03:00
PantsuDev
7ab4d45505
Merge branch 'master' into less-realloc
2017-05-09 13:14:20 +10:00
akuma06
0c3f72f9a2
404 when no user found
2017-05-09 04:23:45 +02:00
akuma06
c830f8ec71
Fixed
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
bakape
d0d44a4849
Death to reallocations!
2017-05-09 02:56:57 +03:00
sfan5
5482fa9290
Save current user for uploads
2017-05-08 23:54:09 +02: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
fe105f6648
Allow registration w/o email and make it half-work
2017-05-08 22:50:56 +02:00
sfan5
a3d13f768a
Switch to new schema: make it compile
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
ElegantMonkey
9e10102c2d
Add translation code to handlers
2017-05-08 16:16:26 -03:00
akuma06
cdf8cccc8d
Added Profile page
2017-05-08 18:56:40 +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
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
ayame-git
272ee9efe0
api upload
2017-05-08 12:18:49 +03: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
Andrew Zhao
2e3c45cbc7
implemented comments and display
2017-05-07 19:06:11 -07:00
akuma06
18a470b87f
Merge pull request #156 from azhao12345/upload-fixes
...
Upload fixes
2017-05-08 03:37:05 +02:00
Leodmanx2
0d25db7b48
Merge branch 'master' into compression
2017-05-07 20:03:22 -04:00
Leodmanx2
d7a93d0235
Merge branch 'master' into compression
2017-05-07 19:47:37 -04:00
akuma06
9bc75c86f3
Added logged badge + new User variable in each template variables
2017-05-08 01:46:30 +02:00
Leodmanx2
603fdc0e6e
Wrap handlers with compression handler
2017-05-07 18:56:45 -04:00
akuma06
10b6794e04
Fixed new multi language for login
2017-05-08 00:32:41 +02:00