aboutsummaryrefslogtreecommitdiff
path: root/static
Commit message (Collapse)AuthorAge
* update fonttaehoon2019-05-15
|
* #468 - add ellipsis font icondave2019-05-15
|
* #468 - add pin icondave2019-05-15
|
* rebuild fontello with wrench icon addedBrenden Bice2019-04-19
| | | | | | | | | | | | | | | # Conflicts: # static/font/css/fontello-codes.css # static/font/css/fontello-embedded.css # static/font/css/fontello-ie7-codes.css # static/font/css/fontello-ie7.css # static/font/css/fontello.css # static/font/demo.html # static/font/font/fontello.eot # static/font/font/fontello.svg # static/font/font/fontello.ttf # static/font/font/fontello.woff # static/font/font/fontello.woff2
* Merge branch 'develop' into feature/mobile-improvements-3shpuld2019-04-01
|\
| * final touchesHenry Jameson2019-03-30
| |
| * Merge remote-tracking branch 'upstream/develop' into minimal-scopes-modeHenry Jameson2019-03-30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (173 commits) Fix: Change condition fix typo update store according to retweeted status #433 - update sort by for conversation display replies_count right after reply icon expose replies_count from mastodon api Apparently, MastoAPI gives status in ancestors if you try opening a repeat... make side drawer use gesture service and fix its animations review/remove error hiding errata review #433 - sort conversation for retweets and clean up Revert "Merge branch 'revert-987b5162' into 'develop'" Revert "Merge branch 'mastoapi/friends-tl' into 'develop'" Add await to login action' Remove console log Fix warnings in user profile routing Add tests for gesture service, fix bug with perpendicular directions #255 - clean up autocomplete form #255 - clean up user settings page with self-closing html tags ...
| * | Initial work on deprecating scopeModesEnabled in favor of minimalScopeModeHenry Jameson2019-03-03
| | |
* | | merge develop, add mobile nav componentshpuld2019-03-12
|\ \ \ | | |/ | |/|
| * | Update user settings icon to penciltaehoon2019-03-11
| | |
| * | I18n: Add Czech translationAditoo172019-03-02
| |/
* / start working on one tap notificationsshpuld2019-03-02
|/
* Deleted static/bg2.jpg, static/bgalt.jpg filesLidar2019-02-09
|
* Fxing conflictsjasper2019-02-08
|\
| * Merge branch 'feature/add-an-option-for-a-default-formatting' into 'develop'Shpuld Shpludson2019-02-07
| |\ | | | | | | | | | | | | #301 - add an option for a default formatting See merge request pleroma/pleroma-fe!541
| | * #301 - add an option for default formattingXiaofeng An2019-02-06
| | |
| * | #137 - clean up emoji listdave2019-02-07
| | |
| * | #137 - add red heart emojidave2019-02-07
| |/
* / Fix showFeaturesPanel option as instancejasper2019-02-08
|/
* Change video playing default without bothering making it an instance ↵shpuld2019-01-31
| | | | configurable
* Add default config for new options, fix firefox inline playingshpuld2019-01-26
|
* Merge develop and fix conflictshpuld2019-01-26
|\
| * fix custom nsfwCensorImage not workingHenry Jameson2019-01-23
| |
* | Merge dev fix conflictsshpuld2019-01-20
|\|
| * update logonik2019-01-18
| |
* | Polish for videos, smaller sizes, remove gif-looping optionsshpuld2019-01-20
|/
* Merge branch 'scope-copy-default' into 'develop'HJ2018-12-30
|\ | | | | | | | | scopeCopy → true by default See merge request pleroma/pleroma-fe!439
| * scopeCopy → true by defaultscarlett2018-12-25
| |
* | Merge branch 'restore-routes' into 'develop'lambda2018-12-29
|\ \ | | | | | | | | | | | | Restore old routes, enable user route as fallback. See merge request pleroma/pleroma-fe!440
| * | Restore old routes, enable user route as fallback.Lambda2018-12-25
| |/
* / Make "noAttachmentLinks" configurableMaxim Filippov2018-12-27
|/
* default webPush to false, because having it at true leads to some problems withHenry Jameson2018-12-20
| | | | local dev mode. Instances can re-enable it, and BE can default it to true in config.exs
* Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
|\
| * Merge remote-tracking branch 'upstream/develop' into search-mobile-fixesHenry Jameson2018-12-14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (176 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 Fix typo that prevented scope copy from working. Refactor arrays to individual options Reset enableFollowsExport to true after 2 sec when an export file is available to download 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 ...
| | * fixHenry Jameson2018-12-11
| | |
| | * 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
| | * | some more themes, fixesHenry Jameson2018-12-02
| | | |
| | * | 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. ...
| | * | | redmond updateHenry Jameson2018-11-26
| | | | |
| | * | | theme separationHenry Jameson2018-11-26
| | | | |
| | * | | checkbox radiusHenry Jameson2018-11-23
| | | | |
| | * | | more styles, temporarily in one file, fix for panel header box-shadow affectingHenry Jameson2018-11-23
| | | | | | | | | | | | | | | | | | | | the user-card one
| | * | | more authentic redmond themeHenry Jameson2018-11-23
| | | | |
| | * | | bundling v2 themes worksHenry Jameson2018-11-22
| | | | |
| | * | | shadow control initial stuff. not done yet thoHenry Jameson2018-11-19
| | | | |
| | * | | fix accidentally removed iconHenry Jameson2018-11-15
| | | | |
| | * | | updatesHenry Jameson2018-11-13
| | | | |
| * | | | Merge remote-tracking branch 'upstream/develop' into search-mobile-fixesHenry Jameson2018-12-04
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: 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
| * | | | search button for user finderHenry Jameson2018-12-03
| | |_|/ | |/| |
* | | | Use "~" as a route namespace symbolMaxim Filippov2018-12-10
| | | |