Chris MacLeod
14378fbf39
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
ewhal
7ea85cf314
Merge pull request #223 from ElegantMonkey/load-translations
...
Load translations from folder
2017-05-10 06:45:33 +10:00
ewhal
cf7c0ff4eb
Merge pull request #217 from sfan5/installgentoo
...
Various changes
2017-05-10 06:44:10 +10:00
ElegantMonkey
50919d9eae
Fallback to default language when a translation is missing
2017-05-09 15:25:56 -03:00
akuma06
71a7c659f4
Merge pull request #214 from majestrate/make-rss-fast-again
...
make rss fast again
2017-05-09 18:53:57 +02:00
akuma06
6ac2bdd8d2
Added delete account and edit profile
2017-05-09 17:47:12 +02:00
Jeff
90638d1662
make rss fast again :^)
2017-05-09 11:07:42 -04:00
sfan5
203c3734c8
Display uploader name with link to profile page
2017-05-09 16:21:56 +02:00
bakape
334967e257
Workaround for SQLite search
...
At least we can test it in development now.
2017-05-09 15:31:47 +03:00
bakape
5b75c1b79d
Merge branch 'master' of https://github.com/ewhal/nyaa into refactor-search
2017-05-09 14:32:10 +03:00
bakape
801339cdcf
Refactor search
...
Optimise, error handling and avoid some exploits
2017-05-09 14:31:58 +03:00
Eliot Whalan
f620319777
Move markdown stuff to it's own function
2017-05-09 17:28:29 +10:00
Eliot Whalan
7a52219127
Merge branch 'less-realloc' of git://github.com/bakape/nyaa into bakape-less-realloc
2017-05-09 13:16:42 +10:00
ayame-git
076a1e3f35
Revert "autism"
...
This reverts commit 59b1e2bb5f
.
2017-05-09 06:14:31 +03:00
ewhal
32fb9c10ea
Merge branch 'master' into less-realloc
2017-05-09 13:14:20 +10:00
ayame-git
59b1e2bb5f
autism
2017-05-09 05:44:08 +03:00
akuma06
c15ec0c551
Added User Search Functionality
2017-05-09 04:30:25 +02:00
ayame-git
e845009057
category and status search not workign
2017-05-09 05:29:26 +03:00
Austin
c9ae13ba7b
what in import duplication
2017-05-08 21:07:43 -05:00
akuma06
f6bdf1a071
Fixed User
...
Profile Page, badge menu, every thing before previous commit (except
email)
Added Logout
2017-05-09 03:37:12 +02:00
bakape
36bdfa7b0e
Merge branch 'master' of https://github.com/ewhal/nyaa into less-realloc
2017-05-09 02:57:10 +03:00
bakape
ce1c4c89ac
Death to reallocations!
2017-05-09 02:56:57 +03:00
ElegantMonkey
01d57c4994
Revert changes to translation.go
2017-05-08 20:44:41 -03:00
sfan5
1961db72a1
Revert "Added Profile page"
...
This reverts commit 5860cf1d79
.
2017-05-08 22:50:25 +02:00
sfan5
fe6cc35cbc
Revert "Added user torrents search"
...
This reverts commit 65a543478a
.
2017-05-08 22:50:25 +02:00
akuma06
65a543478a
Added user torrents search
2017-05-08 19:42:18 +02:00
akuma06
5860cf1d79
Added Profile page
2017-05-08 18:56:40 +02:00
Jeff Becker
94fd493ad8
remove sql injections
2017-05-08 10:39:41 -04:00
Eliot Whalan
924f96f392
Possibly fix search
2017-05-09 00:13:53 +10:00
Eliot Whalan
7e884fd04f
Optimize sql queries
2017-05-08 23:50:18 +10:00
sfan5
3b67bf1f2e
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
Eliot Whalan
2a5e8f0029
Merge pull request #165 from ElegantMonkey/read-language-from-request
...
Read the user language from the HTTP request
2017-05-08 07:18:22 +10:00
Eliot Whalan
7439f667dd
Merge branch 'master' into faster-rss
2017-05-08 07:16:37 +10:00
ElegantMonkey
a994f8c125
Remove unneeded import
2017-05-07 18:08:38 -03:00
ElegantMonkey
019be8332b
Read the user language preferences from the HTTP request
2017-05-07 18:05:41 -03:00
sfan5
1ce90c07da
Search case-sensitivity hotfix
2017-05-07 23:01:06 +02:00
keo
2cd3470b9b
Merge pull request #159 from sfan5/changes
...
Changes
2017-05-07 22:22:42 +03:00
akuma06
3adcfb9a4c
Corrected possible double entry account (username, email)
2017-05-07 21:14:32 +02:00
sfan5
ffef310653
Fix filesize formatting edge cases
...
1024 bytes should be "1.0 KiB" not "1024.0 B"
2017-05-07 21:06:20 +02:00
akuma06
50a0ebfc1f
Fixed typo
2017-05-07 20:21:46 +02:00
akuma06
0d07763af6
Added Form Validation
...
Display of error messages
2017-05-07 19:59:38 +02:00
Jeff Becker
2610f66135
make rss feeds faster
2017-05-07 13:50:55 -04:00
akuma06
48ddbdbbee
Merge branch 'master' of https://github.com/ewhal/nyaa
2017-05-07 14:53:19 +02:00
akuma06
cd7527faa8
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
Eliot Whalan
aca2f2dc58
Merge pull request #136 from sfan5/upl
...
Fixes & Features for torrent uploads
2017-05-07 22:39:27 +10:00
Jeff Becker
68e66964a5
wire up signal handlers for sighup
2017-05-07 08:07:20 -04:00
sfan5
9921424441
Show unknown filesizes correctly
2017-05-07 13:55:35 +02:00
sfan5
1dd95f0388
Better / fixed validation of uploaded torrent files
2017-05-07 13:53:51 +02:00
Eliot Whalan
0825415331
Merge pull request #129 from azhao12345/upload-changes
...
Implement some stuff needed for upload
2017-05-07 11:59:31 +10:00
akuma06
2b59ca3c97
Multi language support User Registration page finished
2017-05-07 03:34:16 +02:00