aboutsummaryrefslogtreecommitdiff
path: root/yarn.lock
Commit message (Collapse)AuthorAge
* renamed StatusText to StatusBody for clarity, fixed chatsHenry Jameson2021-06-07
|
* No longer need to put ruffle stuff in source tree. Made ruffle not useHenry Jameson2021-04-11
| | | | polyfills also.
* fix shoutbox header, use custom scroll-to-bottom system, remove ↵Shpuld Shpuldson2021-03-03
| | | | vue-chat-scroll, temporarily add chat test hack
* update shelljs to get rid of warnings on buildShpuld Shpuldson2021-02-26
|
* fix #1036 convert screen name to unicode with punycodeShpuld Shpludson2021-01-05
|
* fontello aftermathHenry Jameson2020-10-21
|
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* refactor statusHenry Jameson2020-07-28
|
* Add bookmarksEugenij2020-07-03
| | | | Co-authored-by: jared <jaredrmain@gmail.com>
* Update lockfilelain2020-06-11
|
* Improve settings-modal async loading, update vue to 2.6.11 to be ableHenry Jameson2020-05-25
| | | | to use Vue.observable, to implmement resettable async component
* Fix/popover performanceShpuld Shpludson2020-02-28
|
* Escape HTML from display name and subject fieldsrinpatch2020-01-30
| | | | Closes #724
* Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed ↵eugenijm2020-01-24
| | | | for IE)
* upgrade babel-registerseven2019-12-11
|
* upgrade babel-plugin-transform-runtimeseven2019-12-11
|
* upgrade babel-plugin-lodashseven2019-12-11
|
* babel-plugin-add-module-exports is not necessary for babel v7seven2019-12-11
|
* upgrade babel-plugin-transform-vue-jsxseven2019-12-11
|
* upgrade babel presetseven2019-12-11
|
* upgrade Babel core to v7seven2019-12-11
|
* use another fork of fontello-webpack-plugintaehoon2019-12-03
|
* use another approach for versioning font filestaehoon2019-12-03
|
* install body-scroll-locktaehoon2019-09-20
|
* revives autoprefixer which went AWOL during Webpack v1 -> v4 migrationHenry Jameson2019-08-14
|
* remove vue-popperjstaehoon2019-07-15
|
* install v-tooltiptaehoon2019-07-15
|
* Feature/polls attempt 2lain2019-06-18
|
* Revert "add TOTP/Recovery Form for mobile version"Maksim2019-06-12
| | | | This reverts commit a3811f944819430c278b6da6b08dc322a9b9ff65.
* install portal vuetaehoon2019-06-06
|
* fix testsHenry Jameson2019-04-28
|
* Merge remote-tracking branch 'upstream/develop' into webpack-4-dart-sassHenry Jameson2019-04-27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (126 commits) entity normalizer: hook up in_reply_to_account_acct add BBCode strings fix follow button not updating bug in follow-card refer searched user objects from the global user rep set max-width of textarea in settings page Remove space in the timeline setting copy user_card.vue: Fix .emoji to apply to img Update oc.json Update oc.json Update oc.json Update oc.json replace pencil with wrench icon rebuild fontello with wrench icon added fetch all friends using pagination stop fetching user relationship when user is unauthorized Revert "recover border between basic-user-card using list component" remove extra spacing code readability fix typos clean up ...
| * remove unused yarn packagetaehoon2019-04-17
| |
| * hide results on outside clicktaehoon2019-04-14
| |
| * remove needless dependencytaehoon2019-04-14
| |
| * setup vue-autosuggesttaehoon2019-04-14
| |
| * restore yarnlockHenry Jameson2019-04-10
| |
| * #436 - remove yarn.lockdave2019-04-10
| |
| * #436 - merge developdave2019-04-08
| |\
| | * Added moderation menueugenijm2019-04-01
| |/
* | firefoxHenry Jameson2019-04-24
| |
* | karma stuff, still broken thoHenry Jameson2019-04-10
| |
* | revert unnecessary changesHenry Jameson2019-04-10
| |
* | Webpack 4, ESLint with Vue, Node-sass, updated dependencies overall. New ↵Henry Jameson2019-04-07
|/ | | | linting.
* Improve chaining hocs using vue-composetaehoon2019-02-20
|
* Add avatar crop popuptaehoon2019-02-15
|
* Upgrade packagesLambda2019-01-11
|
* Merge branch 'develop' into feature/new-user-routesMaxim Filippov2018-12-17
|\
| * 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
| | * 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