aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/develop' into async_followHenry Jameson2018-12-14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (45 commits) fix chrome Prevent html-minifier to remove placeholder comment in index.html template Add placeholder to insert server generated metatags. Related to #430 added condition to check for logined user fix gradients and minor artifacts keep track of new instance options fix old MR oof get rid of slots fix timeago font added hide_network option, fixed properties naming Fix fetching new users, add storing local users in usersObjects with their screen_name as well as id, so that they could be fetched zero-state with screen-name link. improve notification subscription Refactor arrays to individual options Reset enableFollowsExport to true after 2 sec when an export file is available to download Write a unit test for fileSizeFormatService add checkbox to disable web push I am dumb Handle errors from server Moved upload errors in user_settings to an array. Moved upload error strings to its separate section in i18n ...
| * Merge branch 'feature/file-size-checking' into 'develop'HJ2018-12-13
| |\ | | | | | | | | | | | | [pleroma#36] Add errors when file uploading fails See merge request pleroma/pleroma-fe!405
| | * Resolve merge conflictRinpatch2018-12-13
| | |\
| | * | Moved upload errors in user_settings to an array. Moved upload error strings ↵Rinpatch2018-12-12
| | | | | | | | | | | | | | | | to its separate section in i18n
| | * | Count in binary bytes and remove i18 from file size format serviceRinpatch2018-12-10
| | | |
| | * | Add a space between filesizesRinpatch2018-12-10
| | | |
| | * | Add file size formatingRinpatch2018-12-10
| | | |
| | * | Improve error messagesrinpatch2018-12-08
| | | |
| | * | [pleroma#36] Add upload errorsRinpatch2018-12-08
| | | |
| * | | added condition to check for logined userValD2018-12-13
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into mobile-backHenry Jameson2018-12-13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (142 commits) fix timeago font added hide_network option, fixed properties naming Fix fetching new users, add storing local users in usersObjects with their screen_name as well as id, so that they could be fetched zero-state with screen-name link. improve notification subscription Fix typo that prevented scope copy from working. added check for activatePanel is function or not addressed PR comments activate panel on user screen click added not preload check so hidden toggles asap removed counters from left panel added router-links to all relavent links added activatePanel onclick for timeago button added PR comments add checkbox to disable web push removed brackets from condition resolved lint issue renamed config to preload images and add ident to config added config for preload and made attachment responsive to it preload nsfw image fix ...
| | * \ \ Merge branch 'hide_network' into 'develop'Shpuld Shpludson2018-12-13
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | FE part of pleroma!490 See merge request pleroma/pleroma-fe!415
| | | * | added hide_network option, fixed properties namingHenry Jameson2018-12-13
| | | | |
| | * | | Merge commit 'e443716bcd616ad61efae161624dd970841a935c' into ↵Egor Kislitsyn2018-12-13
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/push-subscriptions # Conflicts: # src/i18n/en.json # src/modules/interface.js # src/modules/users.js # yarn.lock
| | * | | add checkbox to disable web pushEgor Kislitsyn2018-12-13
| | | | |
| * | | | back button for mobileHenry Jameson2018-12-05
| |/ / /
* | | | Merge remote-tracking branch 'upstream/develop' into async_followHenry Jameson2018-12-13
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (131 commits) Fix typo that prevented scope copy from working. added check for activatePanel is function or not addressed PR comments activate panel on user screen click added not preload check so hidden toggles asap removed counters from left panel added router-links to all relavent links added activatePanel onclick for timeago button added PR comments removed brackets from condition resolved lint issue renamed config to preload images and add ident to config added config for preload and made attachment responsive to it preload nsfw image fix fixed wrong height for selects better layouting for import-export, error display fixes added keep-colors option separated preview and exported from style_switcher revert that, it's actually used, i'm an idiot ...
| * | | renamed config to preload images and add ident to configValD2018-12-12
| | | |
| * | | added config for preload and made attachment responsive to itValD2018-12-12
| | | |
| * | | added keep-colors optionHenry Jameson2018-12-11
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-11
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix color fallback order Use console.warn instead of console.log Get rid of mutation_types file, use inline approach. Minor fixes Add fallback color rule. Change english validation error messages Clean up the code Validate name presence on client-side as well Better styling for client-side validation. Add I18n for validation errors. Fix broken ToS link. Fix linter errors Add client validation for registration form Use Array.reduce instead of lodash.reduce Humanize validation errors returned on registration Added user option to hide instance-specific panel, rearranged config screen to better categorize it / adjustments to language selector fix
| | * | Merge branch 'hideISP' into 'develop'lambda2018-12-08
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add user configuration option to hide instance-specific panel Closes #196 See merge request pleroma/pleroma-fe!402
| | | * | Added user option to hide instance-specific panel, rearranged config screen toHenry Jameson2018-12-05
| | | |/ | | | | | | | | | | | | better categorize it / adjustments to language selector
| | * | Change english validation error messagesraeno2018-12-05
| | | |
| | * | Validate name presence on client-side as wellraeno2018-12-05
| | | | | | | | | | | | | | | | | | | | | | | | * remove email address validation, we have it covered by html itself and it's quite annoying * add shakeError animation * fix styles a bit
| | * | Better styling for client-side validation. Add I18n for validation errors.raeno2018-12-05
| | |/
| * | mobile fixesHenry Jameson2018-12-05
| | |
| * | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-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
| | * Added user setting tooltipValD2018-12-04
| | |
| * | missing stringHenry Jameson2018-12-02
| | |
| * | localization strings, fixesHenry Jameson2018-12-02
| | |
| * | making inset shadows work on avatars againHenry Jameson2018-12-02
| | |
| * | avatars shadows, also allows drop-shadow useHenry Jameson2018-11-30
| | |
| * | updated preview windowHenry Jameson2018-11-27
| | |
| * | fixed keep checkboxes working when exportingHenry Jameson2018-11-26
| | |
| * | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-11-26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (60 commits) whoops whoops DM timeline: stream new statuses update-japanese-translation Add actual user search. incorporate most translation changes from MR 368 update french translation Always show dm panel. Add direct message tab. api service url remove deploy stage remove deploy stage updated and completed German translation On logout switch to public timeline. minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Put oauth text into description. Display OAuth login on login form button. ...
| * | | better preview, collateral fixesHenry Jameson2018-11-26
| | | |
| * | | cosmetic fixesHenry Jameson2018-11-26
| | | |
| * | | initial font supportHenry Jameson2018-11-25
| | | |
| * | | some help stringsHenry Jameson2018-11-25
| | | |
| * | | reset buttons, better disabled for shadowsHenry Jameson2018-11-23
| | | |
| * | | added "keep opacity" option, fixed opacity loading, fixed missing shadows notHenry Jameson2018-11-23
| | | | | | | | | | | | | | | | affecting the preview (i.e. previewing pleroma-dark when redmond is applied)
| * | | added checkboxes to keep current roundness and shadows, also cleaned up howHenry Jameson2018-11-23
| | | | | | | | | | | | | | | | shadows/roundness are reset when switching themes
| * | | checkbox radiusHenry Jameson2018-11-23
| | | |
| * | | layout fixesHenry Jameson2018-11-21
| | | |
| * | | more default shadows, replaced original shadows with generated ones. maybe gottaHenry Jameson2018-11-21
| | | | | | | | | | | | | | | | update fallbacks...
| * | | better tooltips, localized, tooHenry Jameson2018-11-21
| | | |
| * | | localization and small fixesHenry Jameson2018-11-20
| | | |
| * | | more workings and even less explosions.Henry Jameson2018-10-03
| | | |
* | | | Added support for async following including delayed confirmation if we followedHenry Jameson2018-12-04
| |_|/ |/| | | | | | | | user or not