- déc. 18, 2014
-
-
Jonne Haß a rédigé
-
- déc. 15, 2014
-
-
James Kiesel a rédigé
-
- déc. 11, 2014
-
-
Jonne Haß a rédigé
That causes a cyclic dependency on spring being loaded otherwise.
-
- déc. 09, 2014
-
-
Jonne Haß a rédigé
That normalizes any extra / on the base URL.
-
- déc. 08, 2014
-
-
Jonne Haß a rédigé
Just defining og:site_name indicates that we support the OpenGraph protocol, but then we didn't set the required properties.
-
Jonne Haß a rédigé
opengraph_parser is basically unmainted, issues are ignored or deliberately closed without fixing. It pollutes the global namespace and has no verification of correctness. The opengraph gem has basically the same issues, not really maintained, unreleased patches on master since over a year, not really smart either. So I created my own version and while at it, why not strive try to be complete and robust, although it's still a work in progress. This also improves general URL detection by parsing them from the message after stripping markdown. An additional dependency was added to support fetching sites that require cookies to work at all. For the same reason Faraday's default redirect limit was bumped.
-
- déc. 01, 2014
-
-
Jonne Haß a rédigé
Spring is the recommended application preloader for rails
-
- nov. 30, 2014
-
-
Steffen van Bergerem a rédigé
-
- nov. 22, 2014
-
-
Steffen van Bergerem a rédigé
-
- nov. 10, 2014
-
-
Dennis Schubert a rédigé
-
- nov. 09, 2014
-
-
Dennis Schubert a rédigé
... and a stealth-commit of an already introduced bug prevention system. ;)
-
Dennis Schubert a rédigé
for mobile views
-
Dennis Schubert a rédigé
-
- nov. 08, 2014
-
-
Dennis Schubert a rédigé
-
Dennis Schubert a rédigé
just a quick proof of concept
-
- nov. 07, 2014
-
-
Faldrian a rédigé
-
- oct. 21, 2014
- oct. 16, 2014
-
-
Augier a rédigé
Conflicts: spec/helpers/notifier_helper_spec.rb
-
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.
-
- oct. 03, 2014
-
-
Jonne Haß a rédigé
-
- sept. 20, 2014
- sept. 07, 2014
-
-
Jonne Haß a rédigé
* Extract post fetching logic from Reshare into its own module * raise proper error message when fetching fails * raise proper error message when parent is still missing We can't skip fetch failures or missing parents and still need to retry them in case we're sent the parent later on
-
- sept. 06, 2014
-
-
Jonne Haß a rédigé
For example if they're already present Also refactor StatusMessage XML specs
-
- août 27, 2014
- août 25, 2014
-
-
Jonne Haß a rédigé
-
Jonne Haß a rédigé
-
khall a rédigé
Adding scope for account_deletion to get only those that are uncompleted and then adding that scope to accounts.rake. Tested it out and it works well
-
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
-
- août 23, 2014
-
-
Jonne Haß a rédigé
-
Jonne Haß a rédigé
* Bump sass-rails (without effect) * Bump mobile-fu (without effect) * Cosmetically fix two cukes * Refactor Taggable#tag_strings * Rename default.css to default.css.scss (without effect) * Fix receiving a conversation * Pass aspect_ids instead of a relation to User#aspects_from_ids
-
Jonne Haß a rédigé
Rails 4 accepts that as a parameter thus setting the id to nil thus thinking it'd be a new record when we just want to update it
-
Jonne Haß a rédigé
-
Jonne Haß a rédigé
Remove :without_protection from call in the posts fetcher and fix a couple hundreds specs as a side effect Heisenbugs ftw.
-
Jonne Haß a rédigé
Just a minor change, supplied attributes now go before the standard ones
-
Jonne Haß a rédigé
-
Jonne Haß a rédigé
See https://coderwall.com/p/45ombq
-
Jonne Haß a rédigé
-