aboutsummaryrefslogtreecommitdiff
path: root/lolisafe.js
Commit message (Collapse)AuthorAgeFilesLines
* Begone!Pitu2018-09-161-58/+0
|
* Added album downloading through front-endPitu2017-10-041-0/+1
|
* Missing semicolonPitu2017-10-041-1/+1
|
* Fixes serving the actual configured uploads folderPitu2017-10-031-1/+1
|
* Little bit of thisPitu2017-10-031-1/+1
|
* Changed how domains are handledPitu2017-10-031-36/+38
|
* Made the album viewer route SSR so crawlers dont have issues 🎉Pitu2017-09-201-1/+8
|
* Keep the bad guys out >:c (#36)Caroline2017-04-271-0/+2
|
* RefactorPitu2017-03-171-14/+11
|
* Added public album sharing :ok_hand:Pitu2017-02-071-0/+1
|
* Added support for custom html filesPitu2017-02-061-5/+17
| | | There's a new folder that gets created upon running lolisafe for the first time. On said folder any html file with the same name as the default ones will be loaded instead, letting you place custom frontend files without messing with git.
* :ok_hand:Pitu2017-02-011-4/+4
|
* Another thing crawl told me to doPitu2017-02-011-2/+2
|
* Something crawl told me to doPitu2017-02-011-1/+1
|
* Making the window 5 seconds instead of milliseconds sounds about rightPitu2017-02-011-1/+1
|
* Added rate limitingPitu2017-02-011-2/+7
|
* Changed /panel to /dashboardPitu2017-01-311-1/+1
|
* Added FAQPitu2017-01-311-0/+1
|
* Added auth routePitu2017-01-291-1/+2
|
* List and thumb view on uploadsPitu2017-01-221-1/+2
|
* Changed request system and post dataPitu2017-01-191-0/+4
| | | 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
* Added multi-domain support. MaybePitu2017-01-181-5/+1
|
* Better static routesPitu2017-01-171-23/+4
|
* Added 500 error pagekanadeko2017-01-171-1/+3
|
* Removed extra routes, moved static to main filekanadeko2017-01-171-3/+13
|
* Added generation of random tokenkanadeko2017-01-161-5/+2
|
* WIP admin, probably not smart to clone repo nowpitu2017-01-141-1/+3
|
* Changed from ip whitelist to token based authkanadeko2017-01-141-1/+4
|
* Frontend donekanadeko2017-01-141-16/+8
|
* Frontend WIPkanadeko2017-01-141-3/+13
|
* First versionPitu2017-01-131-0/+31