aboutsummaryrefslogtreecommitdiff
path: root/src/site/pages
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add hiding to recommendations as a propZephyrrus2020-07-232-13/+18
| | | | fix: change some of the regexes to remove , and ; as separator support because the query parser doesn't understad them and I don't feel like dealing with all the edge cases introduces by it
* feat: add new search inputZephyrrus2020-07-221-11/+10
| | | | For now, it clones the autocomplete from buefy, untill a PR or resolution to the opened issue about not being able to manipulate how the suggestions are applied is found
* chore: add custom class to inputs until fix is released on buefy's masterZephyrrus2020-07-198-2/+22
|
* refactor: finish refactoring all the components to use vuexZephyrrus2020-07-102-77/+58
|
* refactor: refactor most of the admin pages to use the store instead of ↵Zephyrrus2020-07-098-128/+148
| | | | internal states
* chore: linter the entire project using the new rulesZephyrrus2020-07-086-97/+174
|
* refactor: refactor grid to use vuex for every actionZephyrrus2020-07-083-10/+9
|
* feat: add new sidebar with mdi icons and active reactivityZephyrrus2020-07-081-0/+8
|
* feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-077-231/+305
|
* feat: refactor single album page to use vuexZephyrrus2020-07-052-48/+79
|
* feat: refactor most of the album components to use store for presentation ↵Zephyrrus2020-07-045-24/+69
| | | | and actions
* feat: separate album view into multiple components and use vuexZephyrrus2020-07-031-301/+11
|
* feat: refactor account to use vuex, fix small presentational componentsZephyrrus2020-07-023-32/+46
|
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-024-82/+101
| | | | 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: backend pagination for albumsZephyrrus2020-07-011-5/+38
|
* feat: use SSR when rendering the dashboard (if possible)Zephyrrus2020-07-011-4/+17
|
* feat: backend paginationZephyrrus2020-06-292-11/+13
| | | | | serverLoad++; userRamUsage--;
* feat: add darker image for album sectionZephyrrus2020-06-291-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-2913-503/+512
| | | | 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
* fix: fix minor visual issues on the album pageZephyrrus2020-06-292-14/+32
|
* 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-101-54/+1
|
* Style changes to albumsPitu2020-05-101-6/+0
|
* wip:Pitu2020-04-286-287/+240
| | | | | | * Dark theme by default * Re-arranged vue files structure * Re-arranged the layout file to make it easier to extend
* chore: revamp colorsPitu2020-04-131-1/+0
|
* chore: remove filepondPitu2020-04-111-4/+1
|
* This commit adds a bunch of features for admins:Pitu2019-10-135-4/+277
| | | | | | | * 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
* refactor: removed useless code, cleaned up, fixed permissionsPitu2019-10-127-97/+7
|
* fix: we don't want non-admins to access the settings sectionPitu2019-10-121-1/+1
|
* chore: Upgrade buefy to newest versionPitu2019-10-127-22/+22
|
* chore: remove exif strip support.Pitu2019-10-121-8/+0
| | | | After some thought, modifying uploaded files is not something I want to support.
* chore: prepare for filepondPitu2019-10-011-2/+5
|
* chore: hide search until it's readyPitu2019-09-301-1/+2
|
* Fix deletion of albums and linksPitu2019-09-302-12/+3
|
* feature: album linksPitu2019-09-301-14/+4
|
* Fix colorPitu2019-04-241-0/+1
|
* Refactor a bit since we globally catch API exceptionsPitu2019-04-249-195/+123
|
* Tody up a little bitPitu2019-03-291-2/+1
|
* Fix conflictsPitu2019-03-292-1/+4
|\
| * Update account.vueRobin B2019-03-211-1/+1
| | | | | | | | | | As discussed before, an adjustment for the wording alongside a grammatical fix. PR as suggested by you.
| * API key WIPPitu2019-03-192-2/+6
| |
* | Added middleware for pages and switched to $axiosPitu2019-03-2911-188/+104
|/
* TagsPitu2019-03-141-0/+284
|
* Small fixesPitu2019-03-141-1/+1
|
* WhoopsPitu2019-03-121-2/+2
|
* Clicking on album title takes you to the album nowPitu2019-03-123-17/+127
|