aboutsummaryrefslogtreecommitdiff
path: root/src/site
Commit message (Collapse)AuthorAgeFilesLines
* chore: update logo to be square for embedsPitu2021-01-211-0/+0
|
* chore: update metadataPitu2021-01-212-1/+4
|
* fix: potentially fix meta embedsPitu2021-01-211-10/+12
|
* feat: prevent embeds being nsfwPitu2021-01-201-7/+9
|
* feat: make public albums ssr friendlyPitu2021-01-201-15/+18
|
* chore: switch to asyncData where neededPitu2021-01-209-52/+35
|
* feat: enable ssr and serve it with the apiPitu2021-01-202-5/+1
|
* chore: remove console logsPitu2021-01-201-3/+0
|
* feat: add pagination to public album linksPitu2021-01-201-17/+68
|
* feat: add pagination to user files in admin viewPitu2021-01-202-11/+48
|
* fix: trying to fetch tags and albums on a public album linkZephyrrus2021-01-172-56/+18
|
* fix: pagination not working when searchingZephyrrus2021-01-083-14/+55
| | | | fix: search not working on albums
* chore: be able to refresh stats on demandPitu2021-01-082-6/+23
|
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-0710-11/+39
| | | | | | | | fix: saved data not being converted to JSON automatically when using SQLite (and possibly MSSQL) feat: display when a stat was generated in the section's header fix: not being able to click through the footer (sorry IE11 users, you still won't be able to click through it) fix: add is-mobile to columns so they don't stack on top of each other feat: add text next to the NSFW toggle and make it look like the elements around it (begone round iOS edges)
* fix: indentationPitu2021-01-071-2/+2
|
* feature: Add basic statistics UIPitu2021-01-078-1/+277
|
* chore: update sharex snippet to use apiKey instead of jwtPitu2021-01-072-12/+15
|
* feature: new chunk and write strategyPitu2021-01-071-3/+4
|
* fix: dont show admin navbar if not an adminPitu2021-01-051-1/+1
|
* feat: enable user creation from admin panelPitu2021-01-051-0/+92
|
* Add meta name to pagesPitu2021-01-059-20/+44
|
* feat: add testing capabilitiesPitu2021-01-041-0/+25
|
* fix: nsfw album toggle doesn't propagate the changes properlyZephyrrus2020-12-273-13/+13
| | | | fix: add nsfw flag to the booleanFields in knex postProcessResponse
* feat: Add warning to nsfw albumsPitu2020-12-284-35/+98
|
* fix: mobile stylingPitu2020-12-273-4/+16
|
* add docker supportiCrawl2020-12-262-3/+3
|
* Fixes chunked uploads not being saved to albums or thumbnailsPitu2020-12-271-0/+4
|
* RebrandPitu2020-12-2519-81/+81
|
* chore: style changesPitu2020-12-2514-200/+156
|
* CleanupPitu2020-12-258-191/+11
|
* Remove flexsearchPitu2020-12-241-17/+0
|
* Fix ESLint rules once and for allPitu2020-12-2434-180/+188
|
* bug: fix showlist resetting itself every time the page is changedZephyrrus2020-12-243-10/+39
| | | | bug: fix store not commiting search results
* chore: remove trailing commasZephyrrus2020-12-2451-285/+298
|
* chore: update buefy to 0.9Zephyrrus2020-11-123-122/+126
|
* feat: allow administrators to create custom links for albumsZephyrrus2020-10-023-2/+65
|
* feat: add experimental query to sql generator for searchingZephyrrus2020-07-231-4/+0
|
* feat: Add hiding to recommendations as a propZephyrrus2020-07-234-22/+50
| | | | 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-224-11/+646
| | | | 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
* fix: add no-active classZephyrrus2020-07-221-0/+4
|
* feat: show selected albums first when modal is first openedZephyrrus2020-07-223-19/+33
| | | | | fix: change the color of the dropdown for tags to match the base theme chore: pass props into some of the components instead of fetching from store inside of components
* fix: make modal use full height on mobileZephyrrus2020-07-212-6/+11
|
* feat: implement all-in-one file detail viewer, tag editor and album ↵Zephyrrus2020-07-209-60/+336
| | | | selection modal
* Merge branch 'dev' into dev-zephyZephyrrus2020-07-193-4/+11
|\
| * Update displaying thumbnails of unsupported file typesPitu2020-07-182-9/+13
| |
| * Add logout buttonPitu2020-07-181-1/+7
| |
* | feat: Start working on a new album/tags/image info modalZephyrrus2020-07-196-10/+231
| |
* | chore: add custom class to inputs until fix is released on buefy's masterZephyrrus2020-07-1910-22/+260
| |
* | refactor: finish refactoring all the components to use vuexZephyrrus2020-07-108-90/+105
| |
* | refactor: refactor most of the admin pages to use the store instead of ↵Zephyrrus2020-07-0912-136/+263
| | | | | | | | internal states