aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* improve push notifications codeEgor Kislitsyn2018-12-09
|
* Revert "add subscribe module and fix race condition"Egor Kislitsyn2018-12-07
| | | | This reverts commit 07f1b8523eddd596d154e68561a389d6b9742d95.
* add subscribe module and fix race conditionEgor Kislitsyn2018-12-07
|
* fix typoEgor Kislitsyn2018-12-07
|
* Add configuration to enable/disable web push notificationsEgor Kislitsyn2018-12-07
|
* improve web push notificationsEgor Kislitsyn2018-12-07
|
* add service worker and push notificationsEgor Kislitsyn2018-12-06
|
* Merge branch 'ss-read' into 'develop'lambda2018-12-03
|\ | | | | | | | | Server-side read marking See merge request pleroma/pleroma-fe!386
| * removes hacks from notifications storage, adds api call to let server updateHenry Jameson2018-12-02
| | | | | | | | is_seen attribute
* | Add userId property to timelines so that we don't overwrite user timeline meantHenry Jameson2018-12-03
|/ | | | for another user
* Fix filetype detectionrinpatch2018-11-27
|
* Add actual user search.Roger Braun2018-11-14
|
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into dm-tabRoger Braun2018-11-13
|\
| * Re-activate registration, use oauth password flow to fetch token.Roger Braun2018-11-06
| |
| * Move login to oauth.Roger Braun2018-10-26
| |
* | api service urlRoger Braun2018-11-13
|/
* add support for disabling rich text formattingWilliam Pitcock2018-09-22
|
* console.log cleanupHenry Jameson2018-09-17
|
* Fixed "user.id is undefined" or something error more sane by properly handlingHenry Jameson2018-09-17
| | | | HTTP errors
* add the ability to select a post's content typeWilliam Pitcock2018-08-31
|
* Add a checkbox for marking a post's attachments as NSFWscarlett2018-08-25
|
* Merge branch 'develop' into 'notifications'kaniini2018-08-24
|\ | | | | | | # Conflicts: # src/main.js
| * Merge branch 'feature/who-to-follow-panel-uses-suggestions-api' into 'develop'kaniini2018-08-24
| |\ | | | | | | | | | | | | Who to follow panel uses suggestions api See merge request pleroma/pleroma-fe!294
| | * debugHakaba Hitoyo2018-08-02
| | |
* | | fixed error not displaying for 500 error.Henry Jameson2018-08-22
| | |
* | | Revert "Drop the entire thing about hidden "own" timeline since it doesn't ↵Henry Jameson2018-08-21
| | | | | | | | | | | | | | | | | | necessarily" This reverts commit 612aa56c8b2d6bae75bd47ff1846dfcfb012d525.
* | | Hide initial desktop notifications spam when FE is opened and there's a lot ofHenry Jameson2018-08-20
| | | | | | | | | | | | unseen notifications.
* | | Drop the entire thing about hidden "own" timeline since it doesn't necessarilyHenry Jameson2018-08-20
| | | | | | | | | | | | | | | | | | contain all of the users posts (it doesn't contain DMs) even though it's "us". Since this is a workaround anyway just fetch home timeline instead. It could end up making more queries if user doesn't post that often.
* | | fix post search query to have id +1 because search is exclusiveHenry Jameson2018-08-16
| | |
* | | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (26 commits) Update status.vue Update retweet_button.js Update retweet_button.vue Use serverside html rendering in usernames and bios if available. Update status.vue Revert "Merge branch 'feature/hide-all-status-actions-if-not-logged-in' into 'develop'" Hide all status actions if not logged in hopefully, fix linter Fixes broken custom emoji in autocomplete when proxying to remote BE Made it so that unfocused tab doesn't autostream posts when scrolled to the top Remove trailing whitespace Textarea is now focused when replying the missing piece for invites system Fixes selects having unreadable text on some browsers/OSes. Added bonus: theme switcher select now has styled options that show preview of what theme's bg/fg colors are fixed lint cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling added ability to pick the style of highlighting post-rebase fix, backported d7d787b84cb8e36ad7f622054808f0e66c496309 notifs fix maybe i should actually add myself to contributors list? ...
| * | Merge branch 'invites' into 'develop'lambda2018-08-12
| |\ \ | | | | | | | | | | | | | | | | FE part of invites system See merge request pleroma/pleroma-fe!297
| | * | the missing piece for invites systemHenry Jameson2018-08-05
| | |/
| * | cleanup, fixed self-highlighting in notifications, fixed incorrect hex code ↵Henry Jameson2018-08-05
| | | | | | | | | | | | handling
| * | added ability to pick the style of highlightingHenry Jameson2018-08-05
| | |
| * | both bugs fixed. it's reactive and no more conflicting cardsHenry Jameson2018-07-06
| | |
| * | moved style generator into separate file. notifications are highlighted too now.Henry Jameson2018-07-06
| |/
* | added workaround for broken favoritesHenry Jameson2018-08-16
| |
* | missing files and a plug for bad favsHenry Jameson2018-08-13
| |
* | Added support for qvitter api fetching of notificationsHenry Jameson2018-08-12
|/
* Add unretweet supportFrancis Dinh2018-06-14
|
* Merge branch 'feature/locked-accounts' into 'develop'lambda2018-06-12
|\ | | | | | | | | Feature/locked accounts See merge request pleroma/pleroma-fe!274
| * backend interactor service: add approveUser and denyUser functionsWilliam Pitcock2018-06-07
| |
| * api: add approveUser and denyUser functionsWilliam Pitcock2018-06-07
| |
| * backend interactor service: implement fetchFollowRequests()William Pitcock2018-06-06
| |
| * api: add fetchFollowRequests()William Pitcock2018-06-06
| |
| * user settings: enable locking/unlocking an accountWilliam Pitcock2018-05-29
| |
* | crt's compose box changesAstra2018-06-07
|/
* Added change password to user settingsSyldexia2018-05-21
|
* Added delete account section to user settingsSyldexia2018-05-13
|
* alternate usercardHenry Jameson2018-05-12
|