summaryrefslogtreecommitdiffstats
path: root/ui/translations/en.json
AgeCommit message (Collapse)Author
2020-07-14Some password reset UI fixes. Fixes #955Dessalines
2020-07-13Making chat only sortable by new.Dessalines
2020-07-12Moving recent comments into main view as a chat select. Fixes #943Dessalines
2020-07-10Forbid users to use empty titles for posts (#930)Tony Antonov
- Add a regex that checks if string contains anything but whitespace - Check for whitespace-only titles on post creation and edit - Trim whitespace from titles before saving - Add frontend validation to title
2020-07-09Redirect to login page for votes, comments, pages, etc. Fixes #849 (#926)Dessalines
2020-07-09Merge remote-tracking branch 'upstream/master' into cake-dayFilip785
2020-07-09Adding lemmy's devs / contributors to the sidebar. Fixes #743Dessalines
2020-07-08Add cake day display in user page & posts/comments #682Filip785
2020-07-01Adding a math check for logins (until we get a proper captcha).Dessalines
2020-06-22Merge branch 'master' of https://github.com/makigi-io/makigi into ↵Dessalines
makigi-io-master
2020-06-22Edit community name validation, translations #823Ernest
2020-06-10Adding delete picture via pict-rs delete tokens. Fixes #505Dessalines
2020-05-29Merge branch 'dev'Dessalines
2020-05-29More clear remove / delete translations. #712Dessalines
2020-05-28Validate register usernames on the back-end. Fixes #716 (#750)Dessalines
* Validate register usernames on the back-end. Fixes #716 * Changing name to is_valid_username
2020-05-28Changing meaning to with in sponsors message.Dessalines
2020-05-28For top-bar post creation, dont select a default community. Fixes #729Dessalines
2020-05-17Adding a sponsor.Dessalines
2020-04-14Merge branch 'dev' into admin_settingsDessalines
2020-04-12Add open collective (#637)Dessalines
* Add Emoji Picker for comments and post body. - Fixes #634 * Make sure typing dropdown uses twemojis. * Adding opencollective links. Fixes #636
2020-04-12Add Emoji squashed commit.Dessalines
2020-04-10Adding an admin settings page.Dessalines
- Fixes #620 - Adding a UserListing component. Fixes #627
2020-03-20Adding clearer goto context.Dessalines
- Adding context props. - Making link / context the first selectable on user and inbox page. - Making icons a little bigger. - #609
2020-03-11Show full scores on hover for posts and comments. Fixes #592Dessalines
2020-03-06Ask for confirmation on leaving pages with incomplete forms. Fixes #529Dessalines
2020-03-06Adding a sorting help. Fixes #532Dessalines
2020-03-04Moving comment voting to action bar. Adding plurals.Dessalines
2020-03-03A first pass at adding icons, and tippy tooltips.Dessalines
- Adding icons for post-listing, comment-node, and navbar. - Adding html titles. - Updating moment expand to use users locale.
2020-02-29Adding more for advanced actions on comments and posts.Dessalines
- Fixes #561
2020-02-29generate typescript during compilationFelix