You need to sign in or sign up before continuing.
- juil. 26, 2015
-
-
theworldbright a rédigé
Squashed commits: [ada0f09] Remove favorites from Posts table closes #6208
-
- juin 08, 2015
-
-
Benjamin Neff a rédigé
-
- juin 02, 2015
-
-
Benjamin Neff a rédigé
closes #6014
-
- mai 03, 2015
-
- avr. 27, 2015
-
-
Florian Staudacher a rédigé
-
- avr. 19, 2015
-
-
Benjamin Neff a rédigé
mysql changes the type of TEXT columns to MEDIUMTEXT with "CONVERT TO", but we don't want this, so change this columns back to TEXT. see: https://bugs.mysql.com/bug.php?id=31291
-
- avr. 18, 2015
-
- avr. 11, 2015
-
-
Marcelo Briones a rédigé
-
- avr. 03, 2015
-
-
Steffen van Bergerem a rédigé
-
Steffen van Bergerem a rédigé
-
- mars 15, 2015
- mars 03, 2015
-
-
Marcelo Briones a rédigé
-
- fév. 27, 2015
- fév. 20, 2015
-
-
zachrab a rédigé
Add #clear_account! disable mail spec Add migration for disabling mail for all closed accounts Change migration to use #update_all for disable_mail attribute Add #clear_account! false fields spec
-
- fév. 05, 2015
-
-
Dumitru Ursu a rédigé
-
- jan. 20, 2015
-
-
Dumitru Ursu a rédigé
Fix merge conflict
-
- jan. 19, 2015
-
-
Dumitru Ursu a rédigé
Dynamic row for MySQL Set larger column index sizes
-
Dumitru Ursu a rédigé
Add warning about MySQL collation Fix database index length This allows new databases to be created with utf8mb4, on MySQL. The maximum column size is 767 bytes. Each character is 4 bytes long -> 767 / 4 = 191 characters for the column.
-
Dumitru Ursu a rédigé
-
- jan. 18, 2015
-
-
Marcelo Briones a rédigé
-
- jan. 14, 2015
-
-
James Kiesel a rédigé
-
- déc. 17, 2014
-
-
margori a rédigé
-
- déc. 09, 2014
-
-
Jonne Haß a rédigé
URI.extract recognized http:// as an URL, causing invalid associations. #5347 already fixed the parsing, this just cleans up the caches to get rid of the false associations.
-
- nov. 13, 2014
-
-
Lukas Matt a rédigé
* add chat_contacts table * add chat_fragments table * add chat_enabled column to aspects * add chat_offline_messages table
-
- oct. 16, 2014
-
-
Jason Robinson a rédigé
Add Sidetiq webview to the Sidekiq monitoring panel Add rake task maintenance:queue_users_for_removal This basically just triggers an immediate run of the normal maintenance remove old users functionality that is normally (if enabled) scheduled to run once a day via sidetiq Add extra safety when checking for user removal due to inactivity. Now also user.last_seen will also be checked to make sure a user will not be removed in the event that the Devise rememember me login functionality has stopped the users remove_after timestamp from being removed. Add initializer for maintenance job. Add warning about mail being disabled if remove_old_users maintenance is enabled.
-
- sept. 06, 2014
-
-
jaideng123 a rédigé
-
- août 29, 2014
-
-
Remco Huijdts a rédigé
-
- août 28, 2014
-
-
Remco Huijdts a rédigé
-
Remco Huijdts a rédigé
-
- août 27, 2014
- août 26, 2014
-
-
jaideng123 a rédigé
-
- août 25, 2014
-
-
khall a rédigé
Fix for issue 5040: Adds completed_at column to account_deletions and sets timestamp upon successful completion. Depends on uniqueness of diaspora_handle when combined with person_id
-
- juin 01, 2014
-
-
Jonne Haß a rédigé
-
- mai 15, 2014
-
-
Lukas Matt a rédigé
* added temp. default values for user_id and item_type * changed model validation for item_type
-
Lukas Matt a rédigé
-
Lukas Matt a rédigé
* changed user_id type to integer * renamed post_id to item_id * renamed post_type to item_type
-