| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Begone! | Pitu | 2018-09-16 | 5 | -682/+0 |
| | | |||||
| * | fixed "add to album" error on uploads (#92) | Bobby Wibowo | 2018-04-26 | 1 | -19/+28 |
| | | | | | | | | | * Updates Fixed the way error when adding album is being handled. * I guess that sounds about right. | ||||
| * | SEMICOLONS, ermahgerd (#93) | Bobby Wibowo | 2018-04-26 | 3 | -9/+9 |
| | | |||||
| * | no-mixed-spaces-and-tabs (#95) | Bobby Wibowo | 2018-04-26 | 1 | -1/+1 |
| | | | | I wonder why I can't see the diffs from my vscode 🤔 | ||||
| * | Uses async | Bobby Wibowo | 2018-03-18 | 1 | -11/+10 |
| | | |||||
| * | Patch to allow "retries" when generating random name | Bobby Wibowo | 2018-03-18 | 1 | -2/+16 |
| | | |||||
| * | Whoops | Kana | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | In theory this will enable us to disable users and not break already running ↵ | Kana | 2018-02-16 | 2 | -1/+10 |
| | | | | | instances | ||||
| * | Sorry. | Bobby Wibowo | 2018-01-24 | 1 | -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 check | Bobby Wibowo | 2018-01-24 | 1 | -1/+1 |
| | | |||||
| * | Fix | Bobby Wibowo | 2018-01-24 | 1 | -1/+1 |
| | | |||||
| * | ugh, little mistake | Pitu | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | whoops | Pitu | 2017-10-04 | 1 | -3/+3 |
| | | |||||
| * | Async who? | Pitu | 2017-10-04 | 1 | -7/+6 |
| | | |||||
| * | Added a little bit of logging | Pitu | 2017-10-04 | 1 | -0/+1 |
| | | |||||
| * | Bypass file if not found when zipping an album | Pitu | 2017-10-04 | 1 | -1/+7 |
| | | |||||
| * | Added album downloading through front-end | Pitu | 2017-10-04 | 2 | -2/+51 |
| | | |||||
| * | Return 404 for deleted albums | Pitu | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | ES6 rewrite | Pitu | 2017-10-03 | 5 | -589/+480 |
| | | |||||
| * | Delete thumbnails when file deletes | Kel | 2017-10-01 | 1 | -3/+12 |
| | | | | Tested working with a couple file types. Fixed some coding errors from earlier revision. | ||||
| * | cleanup | Pascal Temel | 2017-09-24 | 3 | -5/+6 |
| | | |||||
| * | add wmv, avi and mov thumbnail support | Pascal Temel | 2017-09-24 | 1 | -2/+2 |
| | | |||||
| * | Fixed last night's fuckup | Pitu | 2017-08-30 | 1 | -61/+72 |
| | | |||||
| * | Added album check to uploads | Pitu | 2017-08-30 | 2 | -55/+64 |
| | | |||||
| * | Update uploadController.js | EpikPhailure | 2017-06-22 | 1 | -1/+1 |
| | | | | * fixed blacklist from being bypassed due to case insensitive extension names | ||||
| * | Made it so user doesn't need to specify blockedExtensions. | Kanacchi | 2017-04-03 | 1 | -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 private | Pitu | 2017-04-03 | 1 | -1/+7 |
| | | |||||
| * | Update uploadController.js | Crawl | 2017-03-28 | 1 | -1/+1 |
| | | |||||
| * | added array with blocked file extensions | Onestay | 2017-03-27 | 1 | -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 fixed | Pitu | 2017-03-18 | 3 | -41/+48 |
| | | |||||
| * | whoops | Pitu | 2017-03-17 | 2 | -2/+2 |
| | | |||||
| * | Refactor | Pitu | 2017-03-17 | 4 | -286/+186 |
| | | |||||
| * | Moved thumbnail processing to it's own utils file | Pitu | 2017-03-17 | 1 | -0/+64 |
| | | |||||
| * | Added thumbnail processing while uploading | Pitu | 2017-03-16 | 1 | -6/+8 |
| | | |||||
| * | Added ability to see who uploaded a file as root | Pitu | 2017-02-13 | 1 | -49/+69 |
| | | |||||
| * | Little fix | Pitu | 2017-02-07 | 1 | -1/+1 |
| | | |||||
| * | Album stuff | Pitu | 2017-02-07 | 1 | -1/+12 |
| | | |||||
| * | Added public album sharing :ok_hand: | Pitu | 2017-02-07 | 1 | -1/+85 |
| | | |||||
| * | Merge pull request #11 from PascalTemel/master | Kanacchi | 2017-02-07 | 1 | -16/+31 |
| |\ | | | | | support thumbnails for .webm and .mp4 files | ||||
| | * | Remove unused parameter | Pascal Temel | 2017-02-07 | 1 | -3/+2 |
| | | | |||||
| | * | support thumbnails for .webm and .mp4 files | Pascal Temel | 2017-02-07 | 1 | -15/+31 |
| | | | |||||
| * | | Changed the way repeated files work | Pitu | 2017-02-07 | 1 | -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 dashboard | Pitu | 2017-01-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed wrong error text | Pitu | 2017-01-30 | 1 | -1/+1 |
| | | |||||
| * | Stuff | Pitu | 2017-01-30 | 1 | -1/+3 |
| | | |||||
| * | Forgot it was an array | Pitu | 2017-01-30 | 4 | -15/+16 |
| | | |||||
| * | WIP | Pitu | 2017-01-29 | 1 | -140/+168 |
| | | |||||
| * | derp | Pitu | 2017-01-29 | 1 | -0/+1 |
| | | |||||
| * | Added change password for users | Pitu | 2017-01-29 | 1 | -0/+24 |
| | | |||||
| * | Updated albumsController to use new auth | Pitu | 2017-01-29 | 1 | -55/+78 |
| | | |||||