aboutsummaryrefslogtreecommitdiff
path: root/src/components/login_form/login_form.vue
Commit message (Collapse)AuthorAge
* remove all "fallback variables"Henry Jameson2024-03-04
|
* add .input class to all inputsHenry Jameson2024-02-07
|
* Use stylelinttusooa2023-01-09
|
* --fixHenry Jameson2022-07-31
|
* cleanup and fixesHenry Jameson2022-04-20
|
* make all clickable icons into actual buttonsHenry Jameson2022-03-30
|
* Replace all use of <a> + href='#' with proper buttonsShpuld Shpuldson2020-11-24
|
* improved the semantics for our icon scale, fixed preview, fixed navbar desktopHenry Jameson2020-10-28
|
* lintHenry Jameson2020-10-21
|
* remaining changes...Henry Jameson2020-10-21
|
* cancel -> timesHenry Jameson2020-10-20
|
* Password reset pageEugenij2019-09-05
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* Revert "add TOTP/Recovery Form for mobile version"Maksim2019-06-12
| | | | This reverts commit a3811f944819430c278b6da6b08dc322a9b9ff65.
* fix prod buildHenry Jameson2019-05-13
|
* revert unnecessary changesHenry Jameson2019-04-10
|
* Webpack 4, ESLint with Vue, Node-sass, updated dependencies overall. New ↵Henry Jameson2019-04-07
| | | | linting.
* Formattingshpuld2019-01-28
|
* Add back that login error thing that someone removedshpuld2019-01-28
|
* Put oauth text into description.Roger Braun2018-11-08
|
* Display OAuth login on login form button.Roger Braun2018-11-08
|
* Add login form back in.Roger Braun2018-11-07
|
* Re-activate registration, use oauth password flow to fetch token.Roger Braun2018-11-06
|
* Move login to oauth.Roger Braun2018-10-26
|
* Revert "Unify button styles and use min-width"William Pitcock2018-08-20
| | | | This reverts commit 8f7919388391742671ef0398e017383d7f0b2bc5.
* Unify button styles and use min-widthOle Bertram2018-07-04
| | | | | | | This seemed to be the same across multiple components anyway. Switched to min-width to allow for buttons with longer text, e.g. from other languages.
* fix: enable translating login form placeholderriking2018-06-06
|
* made alerts use red with transparent theme red. some UI improvsHenry Jameson2018-04-08
|
* indentsHenry Jameson2018-04-07
|
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
| | | | of base16 assignments for better consistency.
* Add a bunch of missed localization strings, update english and finnish to match.shpuld2017-11-08
|
* Add a config.json option for enabling registration, don't link and redirect ↵Shpuld Shpuldson2017-06-20
| | | | away from register page when it's disabled.
* Started captcha and better avatar control, improved login form to fit ↵Shpuld Shpuldson2017-04-21
| | | | register link better.
* Add a registration form.Roger Braun2017-04-15
|
* Make the error into a div instead of a button to get rid of the hover effects.shpuld2017-03-09
|
* Give more specific reason for failed loginwakarimasen2017-03-08
|
* Show visual feedback on login error, redirect on successwakarimasen2017-03-08
|
* Merged from develop, made 'new notices' into a 'show new' button placed on ↵shpuld2017-03-05
| | | | the heading element, updated headings and buttons to be more consistent with new changes (log-in, notifications/read, conversation/collapse), changed bottom 'load older' block to not disappear on click to keep screen from scrolling and changed its styling more consistent with everything else.
* Fix poor choice of colors for input/textarea borders, adjust login form padding.shpuld2017-02-24
|
* Align attachments with usercard, make buttons use theme colors, prettify ↵shpuld2017-02-24
| | | | login form, more border radii adjustment for consistency.
* Add styling with base16.Roger Braun2017-01-15
| | | | Solarized-dark for now.
* Login form, post status form, status css fixes.Roger Braun2016-11-12
|
* Add LoginForm.Roger Braun2016-10-27