| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | support for CW/Subject. fix replies. | Henry Jameson | 2019-01-17 |
| | | |||
| * | removing unnecessary conversions since it should already be converted in ↵ | Henry Jameson | 2019-01-17 |
| | | | | | normalizer | ||
| * | fix indents | Henry Jameson | 2019-01-17 |
| | | |||
| * | some consistency | Henry Jameson | 2019-01-17 |
| | | |||
| * | localization strings | Henry Jameson | 2019-01-17 |
| | | |||
| * | add support for tab-switcher to automatically switch to first tab if asked index | Henry Jameson | 2019-01-17 |
| | | | | | is invalid | ||
| * | 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. | ||
| * | forgot the file | Henry Jameson | 2019-01-17 |
| | | |||
| * | tests for the tests god! bugfixes for bugfixes throne! | Henry Jameson | 2019-01-17 |
| | | |||
| * | consistency in tests too | 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 | ||
| | * | fixx????? | Henry Jameson | 2019-01-16 |
| | | | |||
| | * | fix notifications? | Henry Jameson | 2019-01-16 |
| | | | |||
| | * | fix lint | Henry Jameson | 2019-01-11 |
| | | | |||
| | * | fix tests, removed one unused function, fix real problem that tests helped to | Henry Jameson | 2019-01-11 |
| | | | | | | | | | surface | ||
| | * | added some more explicit to string conversion since BE seem to be sending | Henry Jameson | 2019-01-11 |
| | | | | | | | | | numbers and it could cause an issue. | ||
| | * | 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 |
| | | | |||
| * | | post-merge fix | Henry Jameson | 2019-01-13 |
| | | | |||
| * | | 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 | ||
| | * \ | Merge branch 'translate-korean' into 'develop' | Shpuld Shpludson | 2019-01-10 |
| | |\ \ | | | | | | | | | | | | | | | | | Add Korean translation See merge request pleroma/pleroma-fe!457 | ||
| | | * | | Add Korean translation | kjwon15 | 2019-01-10 |
| | |/ / | |||
| | * | | Merge branch 'fix-265-fix-user-profiles-again' into 'develop' | Shpuld Shpludson | 2019-01-09 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | fixes #265 and also that thin line below gradient on chrome (UGH) Closes #265 See merge request pleroma/pleroma-fe!456 | ||
| | | * | | better fix | Henry Jameson | 2019-01-09 |
| | | | | | |||
| | | * | | fixes #265 and also that thin line below gradient on chrome (UGH) | Henry Jameson | 2019-01-09 |
| | | |/ | |||
| | * | | Merge branch 'fix/user-timeline-not-loading' into 'develop' | Shpuld Shpludson | 2019-01-09 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix #262 user timelines bugging Closes #262 See merge request pleroma/pleroma-fe!454 | ||
| | | * | | Change emptlyTl to take userId | shpuld | 2019-01-09 |
| | | | | | |||
| | | * | | Retain userId on clearing user timeline, don't flush when empty timeline | shpuld | 2019-01-08 |
| | | | | | |||
| | * | | | Merge branch 'fix-262-load-older' into 'develop' | Shpuld Shpludson | 2019-01-09 |
| | |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | fix #262 part of user profiles not being able to load previous posts Closes #262 See merge request pleroma/pleroma-fe!455 | ||
| | | * | | fix #262 part of user profiles not being able to load previous posts | Henry Jameson | 2019-01-09 |
| | |/ / | |||
| * | | | 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 branch 'feature/add-about-page-for-mobile' into 'develop' | Shpuld Shpludson | 2019-01-07 |
| |\ \ | | | | | | | | | | | | | Add instance information page for mobile See merge request pleroma/pleroma-fe!451 | ||
| | * | | Add instance information page for mobile | Hakaba Hitoyo | 2019-01-07 |
| |/ / | |||
| * | | Merge branch 'avoid-duplicates-in-who-to-follow-panel' into 'develop' | HJ | 2019-01-04 |
| |\ \ | | | | | | | | | | | | | [Debug] Avoid duplicates in the who to follow panel See merge request pleroma/pleroma-fe!441 | ||
| | * | | [Debug] Avoid duplicates in the who to follow panel | Hakaba Hitoyo | 2019-01-04 |
| |/ / | |||
| * | | Merge branch 'develop' into 'develop' | Shpuld Shpludson | 2019-01-03 |
| |\ \ | | | | | | | | | | | | | updated German translation See merge request pleroma/pleroma-fe!449 | ||
| | * | | updated German translation | Vinzenz Vietzke | 2019-01-03 |
| | |/ | | | | | | | | | * added theme settings * added various missing single strings | ||
| * | | Merge branch 'readme-update' into 'develop' | Shpuld Shpludson | 2019-01-03 |
| |\ \ | | | | | | | | | | | | | Update README See merge request pleroma/pleroma-fe!446 | ||
| | * | | Update README | Francis Dinh | 2019-01-01 |
| | |/ | | | | | | | | | Mention that the Pleroma frontend is already included with the Pleroma backend. Also explicitly use `Pleroma-FE` when referring to the frontend. | ||
| * | | Merge branch 'fix/captcha-string-typo' into 'develop' | Shpuld Shpludson | 2019-01-03 |
| |\ \ | |/ |/| | | | | | | | | | Fix translation typo in registration.vue Closes #257 See merge request pleroma/pleroma-fe!448 | ||
| | * | Fix translation typo in registration.vue | rinpatch | 2019-01-03 |
| |/ | |||
| * | Merge branch 'feature/replace-panel-switcher' into 'develop' | Shpuld Shpludson | 2018-12-31 |
| |\ | | | | | | | | | Mobile side drawer See merge request pleroma/pleroma-fe!443 | ||
