aboutsummaryrefslogtreecommitdiff
path: root/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Added username display on dashboardPitu2017-01-311-1/+1
|
* Fixed wrong error textPitu2017-01-301-1/+1
|
* StuffPitu2017-01-301-1/+3
|
* Forgot it was an arrayPitu2017-01-304-15/+16
|
* WIPPitu2017-01-291-140/+168
|
* derpPitu2017-01-291-0/+1
|
* Added change password for usersPitu2017-01-291-0/+24
|
* Updated albumsController to use new authPitu2017-01-291-55/+78
|
* New token shananigansPitu2017-01-291-19/+13
|
* Removed blank linesPitu2017-01-291-3/+0
|
* WIP changing from auth to just 1 tokenPitu2017-01-291-21/+13
|
* Created login/register controllerPitu2017-01-291-0/+64
|
* List and thumb view on uploadsPitu2017-01-221-2/+40
|
* Crawl :')Pitu2017-01-211-1/+1
|
* Forced resolve, updated config.sample.jsPitu2017-01-211-4/+5
|
* Pagination is gucciPitu2017-01-211-2/+7
|
* Made deleting files a promise-thingyPitu2017-01-211-12/+6
|
* Ignore file if it exists already, return its urlPitu2017-01-211-30/+80
|
* File delete, album delete and album rename. Sugoooi!Pitu2017-01-203-8/+59
|
* Album delete WIPPitu2017-01-192-2/+14
|
* Small fix for listingPitu2017-01-191-1/+20
|
* Reverse sorted links list to show newers firstPitu2017-01-191-0/+1
|
* OhboiPitu2017-01-191-1/+3
|
* Changed request system and post dataPitu2017-01-193-18/+21
| | | Changed from XMLHttpRequest to Axiios and made every POST call to look for params or json and not pass the values as headers. Token is still a header though
* Small fixesPitu2017-01-192-3/+10
|
* Yep, multi-domains is a thingPitu2017-01-181-3/+0
|
* Multi-domain fixes. Maybe it's ready?Pitu2017-01-181-3/+6
|
* Added multi-domain support. MaybePitu2017-01-181-1/+7
|
* Camelcased the configPitu2017-01-181-1/+1
|
* Added enabled flag to create/list of albumsPitu2017-01-181-2/+3
|
* Added changing of tokens from the dashboardPitu2017-01-181-0/+33
|
* Added browsing galleries from dashboardPitu2017-01-182-4/+11
|
* lowercased headersPitu2017-01-181-1/+1
|
* removed debug messagesPitu2017-01-181-2/+0
|
* Better tables and showing album on upload viewPitu2017-01-182-11/+27
|
* added admin auth for uploading to an albumPitu2017-01-181-1/+4
|
* Shit ton of things on this updatePitu2017-01-182-12/+40
|
* Database now saves albumPitu2017-01-171-2/+2
|
* Change from gallery to albumPitu2017-01-172-34/+32
|
* Rewrote token handling and upload.jskanadeko2017-01-171-0/+27
|
* token handling and verificationpitu2017-01-172-8/+7
|
* Fixed frontend uploadkanadeko2017-01-161-2/+0
|
* Changed upload from single file to arraykanadeko2017-01-161-19/+26
|
* Little fixkanadeko2017-01-162-3/+3
|
* Print and save tokenskanadeko2017-01-162-8/+8
|
* Removed error code because is stupidkanadeko2017-01-161-1/+0
|
* Admin panel, pomf-standarization and stuffkanadeko2017-01-161-4/+41
|
* Updated readmepitu2017-01-141-1/+1
|
* Changed from ip whitelist to token based authkanadeko2017-01-142-8/+11
|
* Frontend ip blockingkanadeko2017-01-142-3/+3
|