aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
Commit message (Collapse)AuthorAge
* Add new user-settings component/route, add options to change name, bio, ↵Shpuld Shpuldson2017-08-02
| | | | avatar, banner and bg. Add those options to api service and backend interactor service.
* Add a config.json option for enabling registration, don't link and redirect ↵Shpuld Shpuldson2017-06-20
| | | | away from register page when it's disabled.
* Move customizable terms-of-service into its separate .html file.Shpuld Shpuldson2017-06-19
|
* Update branch and fix conflicts.Shpuld Shpuldson2017-06-19
|\
| * Add floating status-previews on reply-link mouseover in conversations and ↵Shpuld Shpuldson2017-06-07
| | | | | | | | make them optional in the settings, fix a small visual inconsistency in muted statuses while editing the file already..
| * Add an option to initiate fetching older statuses automatically when ↵Shpuld Shpuldson2017-06-03
| | | | | | | | scrolled 750 pixels or less from the bottom.
| * Add a custom timeago.json for shorter timestamps, for example '15s' instead ↵Shpuld Shpuldson2017-05-31
| | | | | | | | of '15 seconds ago'
* | Add a registration form.Roger Braun2017-04-15
|/
* Add word-based muting to settings / statuses.Roger Braun2017-04-09
|
* Merge branch 'develop' into wakarimasen/pleroma-fe-developRoger Braun2017-03-09
|\
| * Revert "Temporarily remove persistence."Roger Braun2017-03-06
| | | | | | | | This reverts commit 0bb1ec30d0ccba0fded1c6555d75297a6d9c83d2.
| * Temporarily remove persistence.Roger Braun2017-03-06
| |
| * Highlight current notice in conversation-page, add backlinkswakarimasen2017-03-05
| |
* | Add option to only hide attachments on timelinewakarimasen2017-03-04
|/
* Indentation.Roger Braun2017-02-23
|
* Fix syntax errors and hiding logic.Hector A. Escobedo2017-02-22
| | | | This has been tested.
* Add setting to toggle NSFW hiding.Hector A. Escobedo2017-02-22
|
* Add setting to hide all attachments.Roger Braun2017-02-23
|
* Use runtime only build.Roger Braun2017-02-21
|
* Save notifications again.Roger Braun2017-02-20
|
* Pull in persistence plugin, don't blow up on full storage.Roger Braun2017-02-20
|
* Remove notification persistence for now.Roger Braun2017-02-20
| | | | Seems to blow things up.
* Revert "Remove state persistence for now."Roger Braun2017-02-20
| | | | This reverts commit 9cf438f1b2d35b9282861128f2267d54d97d7588.
* Remove state persistence for now.Roger Braun2017-02-19
| | | | Makes chrome really slow and adds problems with tab synchronization.
* Don't add notifications twice + persiste them.Roger Braun2017-02-18
|
* Fix oembed attachments.Roger Braun2017-02-17
|
* Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into developRoger Braun2017-02-16
|\
| * Add logo.Roger Braun2017-02-16
| |
| * Add /cyb/ background by sonyam.Roger Braun2017-02-16
| |
| * Be strict about putting changes in mutations.Roger Braun2017-02-16
| |
* | Add settings page to app.Roger Braun2017-02-16
|/
* Persist users.Roger Braun2017-02-14
|
* Add basic configuration module, make it work for title and theme.Roger Braun2017-02-14
|
* Extract conversation and create conversation page.Roger Braun2017-02-04
|
* Add styleSwitcher.Roger Braun2017-01-16
|
* Dynamic style setting.Roger Braun2017-01-16
|
* Add basic user profiles.Roger Braun2016-11-30
|
* Switch from moment.js to vue-timeago.Roger Braun2016-11-28
| | | | | Much smaller filesize for vendor.js, although we'll have to see if all the intervals are ok.
* Basic mention support.Roger Braun2016-11-26
| | | | I still have to think about how to integrate them in the state system...
* Move some interactions to the backendInteractorRoger Braun2016-11-26
| | | | | The idea is that all interactions should move there, so components don't have to pass around credentials all the time.
* Remember positions on scroll.Roger Braun2016-11-24
|
* Add status / conversation component.Roger Braun2016-11-24
| | | | And wire it up.
* Add TWKN timeline.Roger Braun2016-11-06
|
* Use history routing.Roger Braun2016-11-06
|
* Remove fake public statuses.Roger Braun2016-11-06
|
* Basic statuses.Roger Braun2016-10-28
|
* Use users module.Roger Braun2016-10-27
|
* .Roger Braun2016-10-26
|
* Basic skeletonRoger Braun2016-10-26