aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/develop' into bookmark-foldersmarcin mikołajczak2024-10-03
|\ | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * Merge branch 'shadow-control-2.0' into 'develop'HJ2024-10-03
| |\ | | | | | | | | | | | | Fixed and refined the shadow control in theme tab See merge request pleroma/pleroma-fe!1939
| | * Merge remote-tracking branch 'origin/develop' into shadow-control-2.0Henry Jameson2024-09-26
| | |\
| | * | Updated shadow control to be able to handle "absolute null" situationHenry Jameson2024-09-12
| | | |
| | * | fix themes3 specificity sortingHenry Jameson2024-09-12
| | | |
| * | | Merge branch 'splashscreen' into 'develop'HJ2024-10-03
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Splash screen See merge request pleroma/pleroma-fe!1940
| | * | replace toSorted with sort, add artist creditHenry Jameson2024-09-17
| | | |
| | * | splashscreen is now smaller, big cleanup on aisle themes - removed a lot ↵Henry Jameson2024-09-17
| | | | | | | | | | | | | | | | unnecessary sync/awaits and promises that were sequential anyway
| | * | initial splashscreen implementationHenry Jameson2024-09-17
| | | |
* | | | Bookmark folder editingmarcin mikołajczak2024-09-26
| | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | Merge remote-tracking branch 'origin/develop' into bookmark-foldersmarcin mikołajczak2024-09-24
|\| | |
| * | | add 'none' keyword to PISS shadow definiton that equals empty arrayHenry Jameson2024-09-24
| | | |
* | | | Allow adding bookmarks to foldersmarcin mikołajczak2024-09-24
| | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | Bookmark foldersmarcin mikołajczak2024-09-23
|/ / / | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | more tests, fixed some issuesHenry Jameson2024-09-20
| | |
* | | found the file lolHenry Jameson2024-09-20
|\ \ \
| * \ \ Merge branch 'update-prefixer' into 'develop'HJ2024-09-19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Update prefixer settings and required gitlab runner tags See merge request pleroma/pleroma-fe!1942
| | * | | changelogHenry Jameson2024-09-19
| | |/ /
| * | | Merge branch 'tusooa/date-absolute' into 'develop'HJ2024-09-18
| |\ \ \ | | |/ / | |/| | | | | | | | | | Support displaying time in absolute format See merge request pleroma/pleroma-fe!1938
| | * | Support displaying time in absolute formattusooa2024-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds two config items: useAbsoluteTimeFormat (boolean) and absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')). When `useAbsoluteTimeFormat` is true, the Timeago component will display absolute time if the time is at least `absoluteTimeFormatMinAge` from now. If `longFormat` prop is true, the fully formatted time is displayed. Otherwise, the format is determined by the `time` prop: (1) if `time` is on the same day of now, display hour and minute; (2) if `time` is in the same month of now, display day and hour; (3) if `time` is in the same year of now, display month and day; (4) otherwise, display year and month. If it should display relative time, the format is the same as before.
* | | | cleanupHenry Jameson2024-09-20
| | | |
* | | | at last... it's completeHenry Jameson2024-09-20
| | | |
* | | | somehow i lost this file and had to rewrite it. now it's even better than ↵Henry Jameson2024-09-19
| | | | | | | | | | | | | | | | before!
* | | | tempHenry Jameson2024-09-19
| | | |
* | | | serializer workingHenry Jameson2024-09-19
|/ / /
* | / Apply 1 suggestion(s) to 1 file(s)HJ2024-09-14
| |/ |/|
* | add Pennsylvania Dutch to languagesHenry Jameson2024-09-11
|/
* Simplify the OAuth client_nameMark Felder2024-09-01
| | | | | | Every time PleromaFE is used to login it will need to do the OAuth dance and request an app key. If the client name is not stable it will pollute the server's database with entries. This also happens on every unauthenticated page load at the moment until #1339 is resolved
* Apply 1 suggestion(s) to 1 file(s)HJ2024-08-28
|
* Revert all the user highlight stuff for nowHenry Jameson2024-08-15
|
* fix solid color highlightHenry Jameson2024-08-15
|
* don't do no-auto for themes2 seems to work betterHenry Jameson2024-08-14
|
* Merge branch 'appearance-tab' into 'develop'HJ2024-07-24
|\ | | | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920
| * comment out toposort console debugHenry Jameson2024-07-21
| |
| * optimizations, WIP theme selectorHenry Jameson2024-07-17
| |
| * add ability to override underlay color/opacity regardless of themeHenry Jameson2024-07-16
| |
| * MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵Henry Jameson2024-07-10
| | | | | | | | vuex action "setTheme" instead of several different applyTheme()s scattered around
| * "fix" theme previewHenry Jameson2024-07-04
| |
| * Merge remote-tracking branch 'origin/develop' into appearance-tabHenry Jameson2024-06-22
| |\
| * | fix firefox redmond themes / fixed topbar and panel headers not havingHenry Jameson2024-06-22
| | | | | | | | | | | | proper theme2 inputs/alerts colors
| * | made theme debug easier by making it an actual optionHenry Jameson2024-06-21
| | |
| * | forced roundness tweak configHenry Jameson2024-06-21
| | |
| * | fixed a "leak" that made too many <style> elementsHenry Jameson2024-06-21
| | |
| * | more scaling optionsHenry Jameson2024-06-13
| | |
| * | initial Appearance Tab implementation, added text size/UI scale optionHenry Jameson2024-05-22
| | |
* | | Merge branch 'status-notification-type' into 'develop'HJ2024-07-21
|\ \ \ | | | | | | | | | | | | | | | | Support `status` notification type See merge request pleroma/pleroma-fe!1916
| * | | Support `status` notification typemarcin mikołajczak2024-05-25
| |/ / | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | / Fix spelling errorsMark Felder2024-07-17
| |/ |/| | | | | Submitted by: Jens of Fossies.org
* | Fix Themes v3 not working on Safaritusooa2024-05-31
|/
* Merge branch 'quotes-count' into 'develop'HJ2024-05-22
|\ | | | | | | | | Display quotes count on posts and add quotes list page See merge request pleroma/pleroma-fe!1885