| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Forced resolve, updated config.sample.js | Pitu | 2017-01-21 | 2 | -10/+13 |
| | | |||||
| * | Fixed public upload. Whoopsies | Pitu | 2017-01-21 | 1 | -1/+1 |
| | | |||||
| * | Reuploaded header image for the 3rd time | Pitu | 2017-01-21 | 1 | -1/+1 |
| | | |||||
| * | Pagination is gucci | Pitu | 2017-01-21 | 3 | -6/+44 |
| | | |||||
| * | Made deleting files a promise-thingy | Pitu | 2017-01-21 | 1 | -12/+6 |
| | | |||||
| * | Ignore file if it exists already, return its url | Pitu | 2017-01-21 | 1 | -30/+80 |
| | | |||||
| * | Fixed frontpage chrome extension link | Pitu | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | File delete, album delete and album rename. Sugoooi! | Pitu | 2017-01-20 | 7 | -128/+322 |
| | | |||||
| * | Album delete WIP | Pitu | 2017-01-19 | 2 | -2/+14 |
| | | |||||
| * | Small fix for listing | Pitu | 2017-01-19 | 2 | -1/+21 |
| | | |||||
| * | Reverse sorted links list to show newers first | Pitu | 2017-01-19 | 1 | -0/+1 |
| | | |||||
| * | Ohboi | Pitu | 2017-01-19 | 2 | -1/+4 |
| | | |||||
| * | Changed request system and post data | Pitu | 2017-01-19 | 10 | -328/+321 |
| | | | | 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 fixes | Pitu | 2017-01-19 | 3 | -4/+12 |
| | | |||||
| * | Cuter file upload progress | Pitu | 2017-01-18 | 2 | -8/+5 |
| | | |||||
| * | Yep, multi-domains is a thing | Pitu | 2017-01-18 | 1 | -3/+0 |
| | | |||||
| * | Multi-domain fixes. Maybe it's ready? | Pitu | 2017-01-18 | 1 | -3/+6 |
| | | |||||
| * | Added multi-domain support. Maybe | Pitu | 2017-01-18 | 3 | -10/+15 |
| | | |||||
| * | Camelcased the config | Pitu | 2017-01-18 | 2 | -2/+2 |
| | | |||||
| * | Better config.sample.js | Pitu | 2017-01-18 | 1 | -14/+16 |
| | | |||||
| * | Added chrome extension link | Pitu | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | New README | Pitu | 2017-01-18 | 1 | -13/+21 |
| | | |||||
| * | Added enabled flag to create/list of albums | Pitu | 2017-01-18 | 1 | -2/+3 |
| | | |||||
| * | Added enabled flag to albums on database | Pitu | 2017-01-18 | 1 | -0/+1 |
| | | |||||
| * | Added changing of tokens from the dashboard | Pitu | 2017-01-18 | 5 | -7/+142 |
| | | |||||
| * | Added browsing galleries from dashboard | Pitu | 2017-01-18 | 3 | -6/+24 |
| | | |||||
| * | lowercased headers | Pitu | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | removed debug messages | Pitu | 2017-01-18 | 1 | -2/+0 |
| | | |||||
| * | Better tables and showing album on upload view | Pitu | 2017-01-18 | 3 | -16/+32 |
| | | |||||
| * | added admin auth for uploading to an album | Pitu | 2017-01-18 | 1 | -1/+4 |
| | | |||||
| * | Shit ton of things on this update | Pitu | 2017-01-18 | 11 | -49/+213 |
| | | |||||
| * | Better static routes | Pitu | 2017-01-17 | 2 | -39/+9 |
| | | |||||
| * | Better links on bottom and displaying max file size | Pitu | 2017-01-17 | 3 | -28/+22 |
| | | |||||
| * | Better link display on homepage | Pitu | 2017-01-17 | 3 | -7/+16 |
| | | |||||
| * | Removed maxFile check on frontend | Pitu | 2017-01-17 | 1 | -10/+0 |
| | | |||||
| * | Database now saves album | Pitu | 2017-01-17 | 4 | -7/+6 |
| | | |||||
| * | Change from gallery to album | Pitu | 2017-01-17 | 5 | -157/+58 |
| | | |||||
| * | Made dashboard not load up login by default | Pitu | 2017-01-17 | 3 | -14/+2 |
| | | |||||
| * | Removed unused columns on mobile | kanadeko | 2017-01-17 | 1 | -6/+6 |
| | | |||||
| * | Rewrote panel js | kanadeko | 2017-01-17 | 1 | -1/+111 |
| | | |||||
| * | Rewrote token handling and upload.js | kanadeko | 2017-01-17 | 5 | -128/+137 |
| | | |||||
| * | Added 500 error page | kanadeko | 2017-01-17 | 2 | -1/+50 |
| | | |||||
| * | Removed extra routes, moved static to main file | kanadeko | 2017-01-17 | 3 | -39/+13 |
| | | |||||
| * | token handling and verification | pitu | 2017-01-17 | 8 | -77/+142 |
| | | |||||
| * | Login screen on dashboard | kanadeko | 2017-01-16 | 3 | -8/+74 |
| | | |||||
| * | Fix on token check | kanadeko | 2017-01-16 | 1 | -3/+1 |
| | | |||||
| * | Fixed frontend upload | kanadeko | 2017-01-16 | 2 | -3/+1 |
| | | |||||
| * | Changed upload from single file to array | kanadeko | 2017-01-16 | 3 | -21/+28 |
| | | |||||
| * | Little fix | kanadeko | 2017-01-16 | 2 | -3/+3 |
| | | |||||
| * | Print and save tokens | kanadeko | 2017-01-16 | 4 | -36/+39 |
| | | |||||