42fb65e274Add error message in post status form when failing to post and don't get rid of post/attachments when failing.
Shpuld Shpuldson
2017-08-20 13:16:41 +0300
fb3408d64fMerge branch 'feature/profile-editing' into 'develop'
lambadalambda
2017-08-19 03:32:44 -0400
0c4f076765Merge branch 'fix/pleromabe-favs-generate-notifs' into 'develop'
lambadalambda
2017-08-18 06:10:53 -0400
1136db24ccFix issue with trying to match() on undefined
Shpuld Shpuldson
2017-08-18 12:38:47 +0300
052befa581fix the very annoying thing where favs from pleromabe would not generate notifs when on GS
Shpuld Shpuldson
2017-08-18 12:26:07 +0300
9503b8fa41Remove the profile pic change from the old settings menu since it's in the new profile edit menu.
Shpuld Shpuldson
2017-08-18 12:00:59 +0300
1526b4560cClean up to have much less redundant code.
Shpuld Shpuldson
2017-08-18 11:51:17 +0300
0ece2f04fdMerge branch 'fix/user-finder-updates-user-timeline' into 'develop'
lambadalambda
2017-08-16 09:51:32 -0400
2084c92dffForce user profile timeline update when the user id changes (like when another user has been searched/found).
Shpuld Shpuldson
2017-08-16 16:40:09 +0300
acf3fd5d91Add new user-settings component/route, add options to change name, bio, avatar, banner and bg. Add those options to api service and backend interactor service.
Shpuld Shpuldson
2017-08-02 22:09:40 +0300
b1d9cbaebdAdd fetch polyfill.
Roger Braun
2017-07-31 16:35:07 +0200
9c5f001fd2Add back relative numbering.
Roger Braun
2017-07-29 19:10:09 +0200
32e20b2e02Only run through replies once.
Roger Braun
2017-07-29 18:53:49 +0200
9e61ab577bRevert "Throttle getReplies so it isn't called that often."
Roger Braun
2017-07-28 15:52:05 +0200
86773579edThrottle getReplies so it isn't called that often.
Roger Braun
2017-07-28 11:19:56 +0200
da3b604d9dFix too long words in profile.
Roger Braun
2017-07-27 15:54:34 +0200
7d59051fc5Add logout button.
Roger Braun
2017-07-02 12:25:34 +0200
f81d1b0eeaFix long names overflowing and messing everything (now just overflowing parts not drawn), fix non-square avatars not drawn as squares.
Shpuld Shpuldson
2017-06-23 17:43:34 +0300
b284689313Hotfix for JS error in auto completion in firefox.
Shpuld Shpuldson
2017-06-23 16:49:11 +0300
937705ccb0Merge branch 'feature/registration' into 'develop'
lambadalambda
2017-06-21 12:22:28 -0400
e113d0a250Merge branch 'feature/slicker-buttons' into 'develop'
lambadalambda
2017-06-21 12:14:23 -0400
2d5fd21558Make mobile panel switcher buttons obey the colors of the current style.
Shpuld Shpuldson
2017-06-21 17:43:59 +0300
c1f1599f2fAnother minor consistency fix.
Shpuld Shpuldson
2017-06-21 17:32:41 +0300
97bb03a00cFix consistency in font families between chromium and ff
Shpuld Shpuldson
2017-06-21 17:19:56 +0300
bf84a87821Make buttons stand out with some shading.
Shpuld Shpuldson
2017-06-21 17:15:45 +0300
1a5ee95ee4Add a config.json option for enabling registration, don't link and redirect away from register page when it's disabled.
Shpuld Shpuldson
2017-06-20 10:37:51 +0300
bfbc94d697Move customizable terms-of-service into its separate .html file.
Shpuld Shpuldson
2017-06-19 16:35:35 +0300
95605c32f1Automatic square cropping for avatar upload, preview of the new avatar.
Shpuld Shpuldson
2017-06-19 12:26:33 +0300
3785a863cbUpdate branch and fix conflicts.
Shpuld Shpuldson
2017-06-19 11:32:40 +0300
8e5d17a659Use tags array in status if available.
Roger Braun
2017-06-18 19:19:17 +0200
7d93546d98Loop videos.
Roger Braun
2017-06-18 19:17:14 +0200
10d5dacd51Merge branch 'feature/completion' into 'develop'
lambadalambda
2017-06-16 08:36:20 -0400
5dc22e9273Clicking autocomplete will return focus to text area, make the autocomplete box disappear after clicking on a name.
Shpuld Shpuldson
2017-06-16 10:26:54 +0300
b24b891c1cClean up styling a bit.
Shpuld Shpuldson
2017-06-16 10:15:10 +0300
81d262af42Fancier visuals for autocomplete list, with small avatar previews and all that.
Shpuld Shpuldson
2017-06-16 01:13:54 +0300
9982296866Don't crash on unknown status deletion.
Roger Braun
2017-06-07 17:03:14 +0200
f915ae174dAdd floating status-previews on reply-link mouseover in conversations and make them optional in the settings, fix a small visual inconsistency in muted statuses while editing the file already..
Shpuld Shpuldson
2017-06-07 17:58:24 +0300
72de959221Remove notifications for deleted messages.
Roger Braun
2017-06-06 15:54:08 +0200
449a466ef2Merge branch 'feature/two-way-reply-navigation' into 'develop'
lambadalambda
2017-06-05 06:19:41 -0400
9af18e014dRe-use conversation property.
Roger Braun
2017-06-05 12:15:30 +0200
64a7db1d8bChange replies element flex to cover more width if needed.
Shpuld Shpuldson
2017-06-05 12:03:32 +0300
4fabeda3ecAdd list of replies under the name/links in conversation statuses, clicking them will highlight the statuses and scroll you to them, expanding a status will scroll you to that status once the conversation has opened.
Shpuld Shpuldson
2017-06-04 23:58:15 +0300
a4493f05d3Merge branch 'feature/toggleable-user-finder-navbar' into 'develop'
lambadalambda
2017-06-04 04:19:51 -0400
bac1d3bd57Move user-finder into navbar and hide it behind a toggle button, update fontello icons with user-plus and menu.
Shpuld Shpuldson
2017-06-03 23:42:54 +0300
c0b08d508cMerge branch 'feature/autoloading-when-scrolled-to-bottom' into 'develop'
Shpuld Shpuldson
2017-06-03 12:59:05 -0400
67452923a5Hotfix for firefox to prevent loading on every scroll event.
Shpuld Shpuldson
2017-06-03 19:53:23 +0300
dcf030470dMerge branch 'feature/autoloading-when-scrolled-to-bottom' into 'develop'
lambadalambda
2017-06-03 12:30:51 -0400
65646c5a12Add an option to initiate fetching older statuses automatically when scrolled 750 pixels or less from the bottom.
Shpuld Shpuldson
2017-06-03 18:51:55 +0300
e901e064deKey notifications so the open reply windows won't switch places.
Roger Braun
2017-06-02 17:04:59 +0200
db234bc293Merge branch 'feature/tooltips-for-notifications-repeats' into 'develop'
lambadalambda
2017-06-02 06:34:10 -0400
24b7d7d9d4Add mouseover tooltips for names in notif headings and timeline repeats, make the timeline repeat name into a link to the repeater profile and use the word 'repeat' instead of 'retweet'.
Shpuld Shpuldson
2017-06-02 13:05:03 +0300
b92be6a7efMerge branch 'feature/status-improvement-cleanup' into 'develop'
lambadalambda
2017-06-01 11:50:00 -0400
934bbd16f1Merge branch 'feature/autoresize-post-status-form' into 'develop'
lambadalambda
2017-06-01 11:25:12 -0400
c149330e50Fix bugginess with heading links overlapping icons on the right.
Shpuld Shpuldson
2017-06-01 17:50:09 +0300
52e6b470beRevert some of those mobile optimizations, breaks mention notifs.
Shpuld Shpuldson
2017-06-01 17:43:37 +0300
807c0d1464Remove silly opacity from timestamp, make unmute icon line up with the rest better.
Shpuld Shpuldson
2017-06-01 01:11:57 +0300
ea8a700796Move a bunch of status-related styles from App to status component, alter status header layout for better user experience hopefully, make status actions placing more consistent, adjust margins.
Shpuld Shpuldson
2017-06-01 01:02:04 +0300
b6b0a221c6please the linter
Shpuld Shpuldson
2017-05-31 17:43:43 +0300
7447f7c64dSet minimum height of 3 lines for textarea on focus, make it reset on post.
Shpuld Shpuldson
2017-05-31 17:36:22 +0300
9723d7285dMerge branch 'feature/notification-improvements' into 'develop'
lambadalambda
2017-05-31 08:16:43 -0400
bf7190bfcaMerge branch 'feature/custom-timestamps' into 'develop'
lambadalambda
2017-05-31 08:03:10 -0400
d44d88da1cMerge branch 'feature/autoresize-post-status-form' into 'develop'
lambadalambda
2017-05-31 08:02:31 -0400
e704e1daafMake post-status-form automatically resize to fit the input.
Shpuld Shpuldson
2017-05-31 14:02:54 +0300
3a1ae3a30eAdd a custom timeago.json for shorter timestamps, for example '15s' instead of '15 seconds ago'
Shpuld Shpuldson
2017-05-31 12:45:03 +0300
960577ca28Revert main.js to what it was in develop
Shpuld Shpuldson
2017-05-31 12:07:21 +0300
1b79ae09e0Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/notification-improvements
Shpuld Shpuldson
2017-05-31 11:58:32 +0300
5ad4d043e7Enable reply/rt/fav for mention notifications by using a barebones status in place of plain notification content.
Shpuld Shpuldson
2017-05-31 11:47:18 +0300
e621be1428Cut notification header length from 3 lines to 1.
Shpuld Shpuldson
2017-05-30 00:24:08 +0300
d389d3a763Copy cool retweet look.
Roger Braun
2017-05-22 13:50:10 +0200
76624c9e4bMerge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Roger Braun
2017-05-12 18:54:33 +0200
2ec7069b3cAdd user finder.
Roger Braun
2017-05-12 18:54:12 +0200
48725ff9d0Make linter happy.
Roger Braun
2017-04-24 20:34:06 +0200
32d1d2178aMake linter happy.
Roger Braun
2017-04-24 20:34:06 +0200
3fdc420990Merge branch 'develop' into feature/hash-routed
Roger Braun
2017-04-24 20:31:08 +0200
0c41adccffRemove tributejs
Roger Braun
2017-04-24 20:30:09 +0200
c2db700544Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/hash-routed
Shpuld Shpuldson
2017-04-21 19:15:54 +0300