- Feb 11, 2018
-
-
Eugen Rochko authored
* Add better CLI prompt * Add rake mastodon:setup interactive wizard * Test db/redis/smtp configurations and add admin user at the end * Test database connection even when database does not exist yet
-
- Feb 10, 2018
-
-
Kazushige Tominaga authored
* Added #link_header spec * Added #call spec * Delete spec of private methods * Added #call spec
-
ThibG authored
* Fix password recovery * Use “resource” instead of “current_user”
-
Kazushige Tominaga authored
* Added #link_header spec * Added #call spec * Delete spec of private methods
-
- Feb 09, 2018
-
-
Eugen Rochko authored
* Add full-text search for authorized statuses - Search API will return statuses that match the query - Only for logged in users - Only if you are author of the status, - Or you were mentioned in it - Or you favourited or reblogged it - Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX` - Run `rails chewy:deploy` to create & populate index Fix #5880 Fix #4293 Fix #1152 * Add commented out docker-compose configuration for ES container * Optimize index import, filter search results * Add basic normalization to the index * Add better stemming and normalization to the index * Skip webfinger request if search query includes both @ and a space * Fix code style * Visually separate search result sections * Fix code style issues
-
masarakki authored
-
- Feb 08, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Kazushige Tominaga authored
* Added #link_header spec * Added #perform_request spec
-
abcang authored
-
abcang authored
-
- Feb 07, 2018
-
-
Kazushige Tominaga authored
-
Akihiko Odaki authored
-
- Feb 05, 2018
-
-
Daniel King authored
the slight mismatch in hashtag regex between js and ruby was causing hashtag warning to be displayed for unlisted tweets when an invalid hashtag was entered exact version of ruby regex not possible in js as POSIX bracket expressions are not supported, this version approximates and doesn't give same unicode support
-
- Feb 04, 2018
-
-
Eugen Rochko authored
-
abcang authored
-
abcang authored
-
abcang authored
-
Daniel King authored
* upgrade vagrant box to xenial this allows the redis version to be upgraded to support the new redis features used in the activity tracker * add libpam0g package to vagrant box this is required for native extensions of gems to build after the addition of PAM support was added in #5303
-
Renato "Lond" Cerqueira authored
* Add option to show only local toots in timeline preview Right know, toots from all the known fediverse are shown in the main page of an instance. That however doesn't reflect the instance itself. With this option the admin may choose to display only local toots so that users checking the instance get a better idea of internal conversations. * Fix issues pointed by codeclimate and eslint * Add default message for community timeline * Update pl.yml
-
Eugen Rochko authored
* Cas authentication feature * Config * Remove class_eval + Omniauth initializer * Codeclimate review * Codeclimate review 2 * Codeclimate review 3 * Remove uid/email reconciliation * SAML authentication * Clean up code * Improve login form * Fix code style issues * Add locales
-
- Feb 03, 2018
-
-
Akihiko Odaki authored
The database and Redis do not need external connections, so isolate them and prevent unauthorized access.
-
takayamaki authored
-
Akihiko Odaki authored
It is required for ApplicationController.
-
- Feb 02, 2018
-
-
abcang authored
-
abcang authored
-
Akihiko Odaki authored
-
ThibG authored
-
Charlotte Fields authored
* moved save button * added save back to the bottom * Update show.html.haml
-
Akihiko Odaki authored
-
Akihiko Odaki authored
They were redundant, and also had a inconsistency; the button for "other instances" had an icon for the external link in "more" page, but it didn't in the other pages. This unifies the implementation, and the external link icon is now shown in all the about pages.
-
Akihiko Odaki authored
-
puckipedia authored
-
Alexander authored
* add pam support, without extra column * bugfixes for pam login * document options * fix code style * fix codestyle * fix tests * don't call remember_me without password * fix codestyle * improve checks for pam usage (should fix tests) * fix remember_me part 1 * add remember_token column because :rememberable requires either a password or this column. * migrate db for remember_token * move pam_authentication to the right place, fix logic bug in edit.html.haml * fix tests * fix pam authentication, improve username lookup, add comment * valid? is sometimes not honored, return nil instead trying to authenticate with pam * update devise_pam_authenticatable2 and adjust code. Fixes sideeffects observed in tests * update devise_pam_authenticatable gem, fixes for codeconventions, fix finding user * codeconvention fixes * code convention fixes * fix idention * update dependency, explicit conflict check * fix disabled password updates if in pam mode * fix check password if password is present, fix templates * block registration if account is maintained by pam * Revert "block registration if account is maintained by pam" This reverts commit 8e7a083d650240b6fac414926744b4b90b435f20. * fix identation error introduced by rebase * block usernames maintained by pam * document pam settings better * fix code style
-
abcang authored
-
- Feb 01, 2018
-
-
-
abcang authored
-
- Jan 31, 2018
-
-
Evgeny Petrov authored
-
Daniel King authored
RVM has a known issue with installing Ruby 2.5 on the version of Ubuntu the Vagrant box is using: https://github.com/rvm/rvm/issues/4291 This bug was preventing any gem installs in the vagrant box
-
- Jan 29, 2018
-
-
Eugen Rochko authored
-