aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
Commit message (Collapse)AuthorAge
* removes hacks from notifications storage, adds api call to let server updateHenry Jameson2018-12-02
| | | | is_seen attribute
* Move login to oauth.Roger Braun2018-10-26
|
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵scarlett2018-10-16
|\ | | | | | | hide-statistics
| * console.log cleanupHenry Jameson2018-09-17
| |
| * undo rename because it makes less sense now.Henry Jameson2018-09-17
| |
| * made FE work even without either api or static configHenry Jameson2018-09-17
| |
| * Removed warning. Added support for working without static/config.jsonHenry Jameson2018-09-17
| |
| * Added more stuff that's actually being added to instanceConfig, simplified ↵Henry Jameson2018-09-17
| | | | | | | | the whitelist.
| * more refactoringHenry Jameson2018-09-17
| |
| * some recategorization of options...Henry Jameson2018-09-17
| |
| * Merge branch 'post-polish-fixes' into 'develop'kaniini2018-09-09
| |\ | | | | | | | | | | | | Post polish fixes See merge request pleroma/pleroma-fe!333
| | * fixHenry Jameson2018-09-08
| | |
| * | Merge branch 'remove-outdated-settings' into 'develop'kaniini2018-09-09
| |\ \ | | | | | | | | | | | | | | | | Remove outdated settings See merge request pleroma/pleroma-fe!335
| | * | Remove outdated settingshakabahitoyo2018-09-04
| | |/
| * | features panes supports chat & gopherHakaba Hitoyo2018-09-04
| | |
| * | updateHakaba Hitoyo2018-09-03
| |/
* | Changeable defaults for hideUserStats and hidePostStatsscarlett2018-09-04
| |
* | Add option for hiding post statistics (e.g. repeats, favs)scarlett2018-09-04
| |
* | Add option for disabling counts (followers, statuses) in user profiles.scarlett2018-09-04
|/
* Made showing format selection optional and default to falseHenry Jameson2018-08-31
|
* added option for logo in navbar to follow color scheme of the rest of the siteHenry Jameson2018-08-31
| | | | also fixed potential mess-up between api/static configs
* Added ability to hide certain types of notificationsHenry Jameson2018-08-28
|
* Merge branch 'serverside-frontend-configuration-2' into 'develop'kaniini2018-08-26
|\ | | | | | | | | serverside-frontend-configuration-2 See merge request pleroma/pleroma-fe!312
| * correct /static/config.json decodingHakaba Hitoyo2018-08-26
| |
| * save /api/statusnet/config.json connectionHakaba Hitoyo2018-08-26
| |
| * rename apiStatusnetConfigSitePleromafe to apiConfigHakaba Hitoyo2018-08-26
| |
| * fix typoHakaba Hitoyo2018-08-26
| |
| * updatetsukada-ecsec2018-08-24
| |
* | Make interface language configurable from settingsEkaterina Vaartis2018-08-25
| | | | | | | | | | | | | | | | | | | | The locale can now be configured in settings and is stored in Vuex. The changes are applied immidiately after selection. The list of languages is taken from the messages file, which contains all the available locales (and a new value, `interfaceLanguage`, to control the translation of this option in the options menu) Closes #36
* | Merge branch 'develop' into 'notifications'kaniini2018-08-24
|\ \ | | | | | | | | | # Conflicts: # src/main.js
| * | Add settings for changing the visibility of replies in the timeline.scarlett2018-08-24
| | |
| * | update settingstsukada-ecsec2018-08-22
| | |
| * | revert main.jstsukada-ecsec2018-08-22
| | |
| * | who to follow panel uses /api/v1/suggestionsHakaba Hitoyo2018-08-02
| | |
* | | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-20
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (23 commits) Rename expandCW to collapseMessageWithSubject. fix indent Add support for configurable CW clickthrough. Merge upstream fix lint issues allow default visibility scope to be configured Revert "storing entire config instead of each separate thing of it, so that future" fixes hella ton of annoyances with file upload display using custom ascend value as suggested here: https://github.com/fontello/fontello/issues/513#issuecomment-237551101 helped. disable hinting because it breaks alignment on some icons (namely - locks) fix for timeago being ass when post has replies. added hover colors for clickable icons on the right side. Reverted line-height to its original value Configurable video looping, option to not to loop silent videos. Updated localization strings. added pointer cursor for nsfw placeholder. fixed nsfw videos requiring double-click Made pausing TL updating configurable. Added styles for disabled checkboxes. Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related. storing entire config instead of each separate thing of it, so that future options won't be lost during reloads because developer forgot to update that list of settings to be persisted fix potential stretched spurdo fixed custom emoji in nickname. changed icons on right side to be more streamlined. adjusted CSS so that all text in header of post is on same baseline and all icons/images are middle-aligned. Add validation of the imported theme and the corresponding warning message Unify button styles and use min-width Add German localization for theme import/export ...
| * | Rename expandCW to collapseMessageWithSubject.ensra2018-08-20
| | | | | | | | | | | | Add option to config.json, disabled by default.
| * | Revert "storing entire config instead of each separate thing of it, so that ↵Henry Jameson2018-08-18
| | | | | | | | | | | | | | | | | | | | | | | | future" This reverts commit 18117c3bfa4cae9542e49222aad058aa52929f18. b/c something else uses same field but i want to fix that in another MR
| * | storing entire config instead of each separate thing of it, so that futureHenry Jameson2018-08-13
| | | | | | | | | | | | | | | options won't be lost during reloads because developer forgot to update that list of settings to be persisted
* | | 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
| | |/
| * | Merge branch 'develop' into 'feature/accountHighlight'Henry2018-08-12
| |\ \ | | | | | | | | | | | | # Conflicts: # src/components/user_card_content/user_card_content.vue
| | * | Fixes broken custom emoji in autocomplete when proxying to remote BEHenry Jameson2018-08-06
| | |/
| * | working, somewhatHenry Jameson2018-07-06
| | |
* | | Added support for qvitter api fetching of notificationsHenry Jameson2018-08-12
| |/ |/|
* | Revert "Merge branch 'cw-clickthrough' into 'develop'"lambda2018-07-12
| | | | | | This reverts merge request !291
* | Add configuration option to enable click-through content warningsVivian Lim2018-06-28
|/
* Merge branch 'feature/locked-accounts' into 'develop'lambda2018-06-12
|\ | | | | | | | | Feature/locked accounts See merge request pleroma/pleroma-fe!274
| * add follow requests UIWilliam Pitcock2018-06-07
| |
* | Make scope options optional, refactoring.Roger Braun2018-06-08
|/