| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: separate album view into multiple components and use vuex | Zephyrrus | 2020-07-03 | 4 | -301/+423 |
| | | |||||
| * | feat: refactor preview to support random fragment extraction | Zephyrrus | 2020-07-02 | 1 | -9/+13 |
| | | |||||
| * | feat: refactor account to use vuex, fix small presentational components | Zephyrrus | 2020-07-02 | 10 | -54/+139 |
| | | |||||
| * | feat: start refactoring the code to actually use vuex | Zephyrrus | 2020-07-02 | 14 | -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 grid | Zephyrrus | 2020-07-02 | 1 | -27/+30 |
| | | |||||
| * | feat: backend pagination for albums | Zephyrrus | 2020-07-01 | 1 | -5/+38 |
| | | |||||
| * | feat: use SSR when rendering the dashboard (if possible) | Zephyrrus | 2020-07-01 | 1 | -4/+17 |
| | | |||||
| * | fix: use file id instead of index and remove load more button | Zephyrrus | 2020-07-01 | 1 | -12/+2 |
| | | |||||
| * | feat: backend pagination | Zephyrrus | 2020-06-29 | 3 | -13/+15 |
| | | | | | | serverLoad++; userRamUsage--; | ||||
| * | fix: heigh issues where the parent is smaller than the child | Zephyrrus | 2020-06-29 | 1 | -2/+5 |
| | | |||||
| * | feat: add darker image for album section | Zephyrrus | 2020-06-29 | 3 | -1/+1 |
| | | |||||
| * | misc: Change the color of the warning on the homepage to red and bigger ↵ | Zephyrrus | 2020-06-29 | 1 | -1/+2 |
| | | | | | font-size | ||||
| * | fix: Remove hero and hero body and use sections and containers instead | Zephyrrus | 2020-06-29 | 18 | -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. | Zephyrrus | 2020-06-29 | 1 | -2/+0 |
| | | |||||
| * | fix: fix minor visual issues on the album page | Zephyrrus | 2020-06-29 | 3 | -14/+41 |
| | | |||||
| * | fix: change navbar to buefy navbar for mobile support | Zephyrrus | 2020-06-29 | 2 | -22/+31 |
| | | |||||
| * | feat: add logout link if logged in | Zephyrrus | 2020-06-29 | 1 | -1/+7 |
| | | |||||
| * | fix: dispatch logout from axios if token expires | Zephyrrus | 2020-06-29 | 1 | -0/+4 |
| | | |||||
| * | Only display `Show more` button when there's more to show | Pitu | 2020-06-25 | 1 | -1/+6 |
| | | |||||
| * | Cleanup | Pitu | 2020-06-25 | 1 | -14/+3 |
| | | |||||
| * | Optimize the queries fetching albums/files | Pitu | 2020-06-25 | 1 | -1/+7 |
| | | |||||
| * | Fix frontend registration display | Pitu | 2020-05-11 | 1 | -1/+1 |
| | | |||||
| * | chore: cleanup and todo | Pitu | 2020-05-11 | 1 | -52/+1 |
| | | |||||
| * | Feat: implement lazy loading for waterfall view | Pitu | 2020-05-10 | 2 | -237/+259 |
| | | |||||
| * | Style changes to albums | Pitu | 2020-05-10 | 1 | -6/+0 |
| | | |||||
| * | Feature: | Pitu | 2020-05-09 | 2 | -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: | Pitu | 2020-04-28 | 15 | -504/+572 |
| | | | | | | | * Dark theme by default * Re-arranged vue files structure * Re-arranged the layout file to make it easier to extend | ||||
| * | feature: footer | Pitu | 2020-04-13 | 2 | -0/+138 |
| | | |||||
| * | chore: revamp colors | Pitu | 2020-04-13 | 3 | -3/+17 |
| | | |||||
| * | chore: remove filepond | Pitu | 2020-04-11 | 4 | -124/+1 |
| | | |||||
| * | chore: make use of sass | Pitu | 2020-04-11 | 1 | -15/+6 |
| | | |||||
| * | chore: update deps | Pitu | 2020-04-10 | 1 | -0/+3 |
| | | |||||
| * | This commit adds a bunch of features for admins: | Pitu | 2019-10-13 | 8 | -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 error | Pitu | 2019-10-12 | 1 | -1/+1 |
| | | |||||
| * | refactor: removed useless code, cleaned up, fixed permissions | Pitu | 2019-10-12 | 10 | -129/+17 |
| | | |||||
| * | Added new links to the navbar | Pitu | 2019-10-12 | 1 | -8/+31 |
| | | |||||
| * | fix: update sharex snippet | Pitu | 2019-10-12 | 1 | -6/+3 |
| | | |||||
| * | fix: we don't want non-admins to access the settings section | Pitu | 2019-10-12 | 1 | -1/+1 |
| | | |||||
| * | chore: Upgrade buefy to newest version | Pitu | 2019-10-12 | 11 | -27/+32 |
| | | |||||
| * | chore: remove exif strip support. | Pitu | 2019-10-12 | 1 | -8/+0 |
| | | | | | After some thought, modifying uploaded files is not something I want to support. | ||||
| * | chore: prepare for filepond | Pitu | 2019-10-01 | 4 | -3/+118 |
| | | |||||
| * | feature: uploader with chunks support | Pitu | 2019-10-01 | 1 | -9/+14 |
| | | |||||
| * | chore: hide search until it's ready | Pitu | 2019-09-30 | 1 | -1/+2 |
| | | |||||
| * | Fix deletion of albums and links | Pitu | 2019-09-30 | 2 | -12/+3 |
| | | |||||
| * | feature: tags logic | Pitu | 2019-09-30 | 1 | -0/+2 |
| | | |||||
| * | feature: album links | Pitu | 2019-09-30 | 2 | -15/+12 |
| | | |||||
| * | Add parallel chunks and raise timeout | Pitu | 2019-04-30 | 1 | -1/+2 |
| | | |||||
| * | Fix color | Pitu | 2019-04-24 | 1 | -0/+1 |
| | | |||||
| * | Better alert handling | Pitu | 2019-04-24 | 1 | -19/+18 |
| | | |||||
| * | Globally catch exceptions | Pitu | 2019-04-24 | 2 | -63/+44 |
| | | |||||