| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | support for CW/Subject. fix replies. | Henry Jameson | 2019-01-17 |
| | | |||
| * | some consistency | Henry Jameson | 2019-01-17 |
| | | |||
| * | fix login and favorites tab... | Henry Jameson | 2019-01-17 |
| | | |||
| * | Revert "some initial work to make it possible to use "unregistered" ↵ | Henry Jameson | 2019-01-17 |
| | | | | | | | | | timelines, i.e. not" and some stuff to make favorites still work This reverts commit 039a4074006fb91ac9031b41b4e9af4a15766dfa. | ||
| * | tests for the tests god! bugfixes for bugfixes throne! | Henry Jameson | 2019-01-17 |
| | | |||
| * | added conversions to ids for consistency from the get-go | Henry Jameson | 2019-01-17 |
| | | |||
| * | Merge branch 'switch-to-string-ids' into favorites | Henry Jameson | 2019-01-17 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | with some changes/merge conflicts resolution * switch-to-string-ids: fixx????? fix notifications? fix lint fix tests, removed one unused function, fix real problem that tests helped to surface added some more explicit to string conversion since BE seem to be sending numbers and it could cause an issue. Remove all explicit and implicit conversions of statusId to number, changed explicit ones so that they convert them to string | ||
| | * | fix tests, removed one unused function, fix real problem that tests helped to | Henry Jameson | 2019-01-11 |
| | | | | | | | | | surface | ||
| | * | Remove all explicit and implicit conversions of statusId to number, changed | Henry Jameson | 2019-01-11 |
| | | | | | | | | | explicit ones so that they convert them to string | ||
| * | | migrated some tests to normalizer, fixed some potential bug, fixed tests to use | Henry Jameson | 2019-01-15 |
| | | | | | | | | | normalized naming instead of raw qvitter api objects. needs more tests tho. | ||
| * | | cleanup | Henry Jameson | 2019-01-14 |
| | | | |||
| * | | fixes, guards | Henry Jameson | 2019-01-14 |
| | | | |||
| * | | notifications now also undergo some parsing, hypothetically could use MastoAPI | Henry Jameson | 2019-01-14 |
| | | | | | | | | | notifications, maybe. | ||
| * | | user normalizer works | Henry Jameson | 2019-01-14 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/develop' into favorites | Henry Jameson | 2019-01-13 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Add Korean translation Change emptlyTl to take userId better fix fixes #265 and also that thin line below gradient on chrome (UGH) fix #262 part of user profiles not being able to load previous posts Retain userId on clearing user timeline, don't flush when empty timeline | ||
| | * | | Retain userId on clearing user timeline, don't flush when empty timeline | shpuld | 2019-01-08 |
| | |/ | |||
| * | | separated normalization into a another file, removed catchall and added more ↵ | Henry Jameson | 2019-01-13 |
| | | | | | | | | | stuff | ||
| * | | moved some stuff from statuses to api service. added initial adapter (currently | Henry Jameson | 2019-01-13 |
| | | | | | | | | | | | | | | | mastoapi status -> qvitter status, would change some naming in the future) favorites timeline works somewhat, notifications are broken because they are fetched using same code to fetch usual timeline/using old architechture | ||
| * | | some initial work to make it possible to use "unregistered" timelines, i.e. not | Henry Jameson | 2019-01-12 |
| |/ | | | | reserving a timeline by name, instead just passing timeline object itself. | ||
| * | merge develop, fix conflicts, fix logged out bug | shpuld | 2018-12-29 |
| |\ | |||
| | * | Merge branch 'restore-routes' into 'develop' | lambda | 2018-12-29 |
| | |\ | | | | | | | | | | | | | Restore old routes, enable user route as fallback. See merge request pleroma/pleroma-fe!440 | ||
| | | * | Treat reserved users like external users in the frontend. | Lambda | 2018-12-26 |
| | | | | |||
| | | * | Restore old routes, enable user route as fallback. | Lambda | 2018-12-25 |
| | | | | |||
| * | | | fix conflict in user card content | shpuld | 2018-12-28 |
| |\| | | |||
| | * | | Make "noAttachmentLinks" configurable | Maxim Filippov | 2018-12-27 |
| | | | | |||
| | * | | No attachment links | Maxim Filippov | 2018-12-27 |
| | | | | |||
| | * | | improve web push notifications | Egor Kislitsyn | 2018-12-25 |
| | |/ | |||
| | * | fix | Henry Jameson | 2018-12-25 |
| | | | |||
| | * | small refactor, added push unsub notice for BE | Henry Jameson | 2018-12-25 |
| | | | |||
| | * | simplified some code, made it possible to unregister serviceworker altogether | Henry Jameson | 2018-12-20 |
| | | | |||
| * | | New routes, notifications, other impovements in side drwaer | shpuld | 2018-12-28 |
| |/ | |||
| * | no more "broken favorite" | Henry Jameson | 2018-12-19 |
| | | |||
| * | Merge branch 'feature/new-user-routes' into 'develop' | lambda | 2018-12-18 |
| |\ | | | | | | | | | | | | | Make domain.com/username routes work Closes pleroma#395 See merge request pleroma/pleroma-fe!392 | ||
| | * | Fix oauth url | Maxim Filippov | 2018-12-17 |
| | | | |||
| | * | Merge branch 'develop' into feature/new-user-routes | Maxim Filippov | 2018-12-17 |
| | |\ | |||
| | * | | Implement user_profile.spec.js | Maxim Filippov | 2018-12-15 |
| | | | | |||
| | * | | Use babel polyfill in karma | Maxim Filippov | 2018-12-13 |
| | | | | |||
| | * | | Use 'userProfileLink' to generate user-profile link | Maxim Filippov | 2018-12-13 |
| | | | | |||
| | * | | Use "-1" in indexOf | Maxim Filippov | 2018-12-13 |
| | | | | |||
| | * | | Add generateProfileLink | Maxim Filippov | 2018-12-13 |
| | | | | |||
| * | | | Separate captcha into the backendInteractor | Ekaterina Vaartis | 2018-12-16 |
| | |/ |/| | |||
| * | | Resolve merge conflict | Rinpatch | 2018-12-13 |
| |\ \ | |||
| | * \ | Merge commit 'e443716bcd616ad61efae161624dd970841a935c' into ↵ | Egor Kislitsyn | 2018-12-13 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/push-subscriptions # Conflicts: # src/i18n/en.json # src/modules/interface.js # src/modules/users.js # yarn.lock | ||
| | | * | | revert that, it's actually used, i'm an idiot | Henry Jameson | 2018-12-11 |
| | | | | | |||
| | | * | | removed unused function from color_convert | Henry Jameson | 2018-12-11 |
| | | | | | |||
| | | * | | cleanup | Henry Jameson | 2018-12-11 |
| | | | | | |||
| | | * | | setColors -> applyTheme. For sanity. Also disabled export because nobody uses it | Henry Jameson | 2018-12-11 |
| | | | | | | | | | | | | | | | | | and should not use anyway. | ||
| | | * | | fixed v2 setting as default theme | Henry Jameson | 2018-12-11 |
| | | | | | |||
| | | * | | Merge remote-tracking branch 'upstream/develop' into feature/theming2 | Henry Jameson | 2018-12-05 |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix iOS Safari from making videos play fullscreen by default added PR comments resolved the lint used the deleted data param as condition in status template Switch to "timeline" when pressing user-settings Added user setting tooltip made links in user bio always open in new tabs addressed PR comments added tooltip Add userId property to timelines so that we don't overwrite user timeline meant for another user Added option to auto-hide subject field when it's empty. removes hacks from notifications storage, adds api call to let server update is_seen attribute fixes vimium not giving retweet button a hint Do not use underscore at the beginning of the method Logout user on password change Route user to the correct profile URL Typo Fix filetype detection Switch to settings when touching settings Switch to timeline on nav panel actions | ||
| | | * | | fix | Henry Jameson | 2018-12-02 |
| | | | | | |||
