aboutsummaryrefslogtreecommitdiff
path: root/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Begone!Pitu2018-09-165-682/+0
|
* fixed "add to album" error on uploads (#92)Bobby Wibowo2018-04-261-19/+28
| | | | | | | | * Updates Fixed the way error when adding album is being handled. * I guess that sounds about right.
* SEMICOLONS, ermahgerd (#93)Bobby Wibowo2018-04-263-9/+9
|
* no-mixed-spaces-and-tabs (#95)Bobby Wibowo2018-04-261-1/+1
| | | I wonder why I can't see the diffs from my vscode 🤔
* Uses asyncBobby Wibowo2018-03-181-11/+10
|
* Patch to allow "retries" when generating random nameBobby Wibowo2018-03-181-2/+16
|
* WhoopsKana2018-03-051-1/+1
|
* In theory this will enable us to disable users and not break already running ↵Kana2018-02-162-1/+10
| | | | instances
* Sorry.Bobby Wibowo2018-01-241-1/+1
| | | | At first I was concerned due to a particular ESLint rule called "no-undefined", but then after looking more deeply into it, I realized using typeof was unnecessary since "no-global-assign" and "no-shadow-restricted-names" were enabled and thus the previous method surely would not cause any problems.
* Proper undefined checkBobby Wibowo2018-01-241-1/+1
|
* FixBobby Wibowo2018-01-241-1/+1
|
* ugh, little mistakePitu2017-10-041-1/+1
|
* whoopsPitu2017-10-041-3/+3
|
* Async who?Pitu2017-10-041-7/+6
|
* Added a little bit of loggingPitu2017-10-041-0/+1
|
* Bypass file if not found when zipping an albumPitu2017-10-041-1/+7
|
* Added album downloading through front-endPitu2017-10-042-2/+51
|
* Return 404 for deleted albumsPitu2017-10-041-1/+1
|
* ES6 rewritePitu2017-10-035-589/+480
|
* Delete thumbnails when file deletesKel2017-10-011-3/+12
| | | Tested working with a couple file types. Fixed some coding errors from earlier revision.
* cleanupPascal Temel2017-09-243-5/+6
|
* add wmv, avi and mov thumbnail supportPascal Temel2017-09-241-2/+2
|
* Fixed last night's fuckupPitu2017-08-301-61/+72
|
* Added album check to uploadsPitu2017-08-302-55/+64
|
* Update uploadController.jsEpikPhailure2017-06-221-1/+1
| | | * fixed blacklist from being bypassed due to case insensitive extension names
* Made it so user doesn't need to specify blockedExtensions.Kanacchi2017-04-031-2/+5
| | | This is useful if there are people already running lolisafe and updated to latest version
* Fixed bug that caused people to upload as anon even if running privatePitu2017-04-031-1/+7
|
* Update uploadController.jsCrawl2017-03-281-1/+1
|
* added array with blocked file extensionsOnestay2017-03-271-1/+7
| | | Added an option to add file extensions to the config which will be rejected (https://github.com/WeebDev/loli-safe/issues/19)
* Derps were made, and now fixedPitu2017-03-183-41/+48
|
* whoopsPitu2017-03-172-2/+2
|
* RefactorPitu2017-03-174-286/+186
|
* Moved thumbnail processing to it's own utils filePitu2017-03-171-0/+64
|
* Added thumbnail processing while uploadingPitu2017-03-161-6/+8
|
* Added ability to see who uploaded a file as rootPitu2017-02-131-49/+69
|
* Little fixPitu2017-02-071-1/+1
|
* Album stuffPitu2017-02-071-1/+12
|
* Added public album sharing :ok_hand:Pitu2017-02-071-1/+85
|
* Merge pull request #11 from PascalTemel/masterKanacchi2017-02-071-16/+31
|\ | | | | support thumbnails for .webm and .mp4 files
| * Remove unused parameterPascal Temel2017-02-071-3/+2
| |
| * support thumbnails for .webm and .mp4 filesPascal Temel2017-02-071-15/+31
| |
* | Changed the way repeated files workPitu2017-02-071-1/+8
|/ | | From now on, same file upload is restricted per user. Meaning same user cant upload the same file twice, and upon trying to do so they will get the original link instead of an updated one. This works the same way for anonymous uploads, only 1 file of the same kind will be uploaded
* 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
|