aboutsummaryrefslogtreecommitdiff
path: root/src/site
Commit message (Collapse)AuthorAgeFilesLines
* feat: refactor waterfall to be more efficientZephyrrus2020-07-073-244/+99
|
* feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-0712-266/+361
|
* chore: eslint storesZephyrrus2020-07-079-43/+47
| | | | feat: merge album and images
* feat: add video preview on hover to dashboard and apply new linter rules to ↵Zephyrrus2020-07-058-281/+342
| | | | some of the files
* feat: refactor single album page to use vuexZephyrrus2020-07-054-69/+150
|
* feat: experimental videos in gridZephyrrus2020-07-043-19/+52
|
* fix: fix axios plugin throwing if no message from backendZephyrrus2020-07-041-6/+15
|
* feat: make the delete link button more reactive (loading state if deletion ↵Zephyrrus2020-07-041-6/+15
| | | | pending)
* fix: change watcher from a component watcher to a store watcherZephyrrus2020-07-041-8/+9
|
* feat: refactor most of the album components to use store for presentation ↵Zephyrrus2020-07-0412-136/+289
| | | | and actions
* feat: separate album view into multiple components and use vuexZephyrrus2020-07-034-301/+423
|
* feat: refactor preview to support random fragment extractionZephyrrus2020-07-021-9/+13
|
* feat: refactor account to use vuex, fix small presentational componentsZephyrrus2020-07-0210-54/+139
|
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-0214-181/+317
| | | | This includes creating multiple stores as needed for components and removing all complex states from components (since all those states should be stored in vuex)
* feat: move toolbar into a level and add slot for pagination on gridZephyrrus2020-07-021-27/+30
|
* feat: backend pagination for albumsZephyrrus2020-07-011-5/+38
|
* feat: use SSR when rendering the dashboard (if possible)Zephyrrus2020-07-011-4/+17
|
* fix: use file id instead of index and remove load more buttonZephyrrus2020-07-011-12/+2
|
* feat: backend paginationZephyrrus2020-06-293-13/+15
| | | | | serverLoad++; userRamUsage--;
* fix: heigh issues where the parent is smaller than the childZephyrrus2020-06-291-2/+5
|
* feat: add darker image for album sectionZephyrrus2020-06-293-1/+1
|
* misc: Change the color of the warning on the homepage to red and bigger ↵Zephyrrus2020-06-291-1/+2
| | | | font-size
* fix: Remove hero and hero body and use sections and containers insteadZephyrrus2020-06-2918-535/+614
| | | | Hero is meant to be used as a full-width banner to showcare or present somethign, not to contain the entire content of the webpage
* misc: remove patreon. sorry.Zephyrrus2020-06-291-2/+0
|
* fix: fix minor visual issues on the album pageZephyrrus2020-06-293-14/+41
|
* fix: change navbar to buefy navbar for mobile supportZephyrrus2020-06-292-22/+31
|
* feat: add logout link if logged inZephyrrus2020-06-291-1/+7
|
* fix: dispatch logout from axios if token expiresZephyrrus2020-06-291-0/+4
|
* Only display `Show more` button when there's more to showPitu2020-06-251-1/+6
|
* CleanupPitu2020-06-251-14/+3
|
* Optimize the queries fetching albums/filesPitu2020-06-251-1/+7
|
* Fix frontend registration displayPitu2020-05-111-1/+1
|
* chore: cleanup and todoPitu2020-05-111-52/+1
|
* Feat: implement lazy loading for waterfall viewPitu2020-05-102-237/+259
|
* Style changes to albumsPitu2020-05-101-6/+0
|
* Feature:Pitu2020-05-092-12/+6
| | | | | | * Frontend is now served by the API process * Only 1 process spawns for lolisafe to work * Switched frontend from server-side render to static site, now saved in `/dist`
* wip:Pitu2020-04-2815-504/+572
| | | | | | * Dark theme by default * Re-arranged vue files structure * Re-arranged the layout file to make it easier to extend
* feature: footerPitu2020-04-132-0/+138
|
* chore: revamp colorsPitu2020-04-133-3/+17
|
* chore: remove filepondPitu2020-04-114-124/+1
|
* chore: make use of sassPitu2020-04-111-15/+6
|
* chore: update depsPitu2020-04-101-0/+3
|
* This commit adds a bunch of features for admins:Pitu2019-10-138-74/+501
| | | | | | | * banning IP * see files from other users if you are admin * be able to see details of an uploaded file and it's user * improved display of thumbnails for non-image files
* don't log out on API errorPitu2019-10-121-1/+1
|
* refactor: removed useless code, cleaned up, fixed permissionsPitu2019-10-1210-129/+17
|
* Added new links to the navbarPitu2019-10-121-8/+31
|
* fix: update sharex snippetPitu2019-10-121-6/+3
|
* fix: we don't want non-admins to access the settings sectionPitu2019-10-121-1/+1
|
* chore: Upgrade buefy to newest versionPitu2019-10-1211-27/+32
|
* chore: remove exif strip support.Pitu2019-10-121-8/+0
| | | | After some thought, modifying uploaded files is not something I want to support.