Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-20Fix rendering of error pages to remove deprecation warning for rails 6.0Benjamin Neff
2022-07-20Fix deprecation warnings for rails 6.0Benjamin Neff
2022-07-20Upgrade to rails 6.0Benjamin Neff
2022-07-20Don't load sidekiq workers during initializationBenjamin Neff
This is to prevent the warning about zeitwerk autoloader
2022-07-20Move ActsAsTaggableOn::Tag overrides to initializerBenjamin Neff
This is to prepare for zeitwerk autoloader, and the old file couldn't be autoloaded anyway, so the easiest is to just move it out of the models folder.
2022-07-20Upgrade to sprockets 4Benjamin Neff
2022-07-20Bump diaspora_federation to support rails 6Benjamin Neff
2022-07-20Bump js_image_paths to support rails 6 and sprockets 4Benjamin Neff
2022-07-18Update .gitignore from develop branchBenjamin Neff
2022-07-16Fix Link to OWASP CSRF more information pageBenjamin Neff
closes #8365
2022-07-16Render markdown to html for notificationsBenjamin Neff
2022-07-16Remove unused translation fallbackBenjamin Neff
2022-07-16Remove markerb dependencyBenjamin Neff
markerb is dead and isn't compatible with rails 6 anymore. Removing it means adding separate templates for text and html, this sadly means some code duplication, but also luckily the templates aren't that complicated, so the duplication is also very minimal.
2022-07-16Fix escaping of names in the from headerBenjamin Neff
2022-07-16Fix sending mails after photo exportBenjamin Neff
2022-07-16Don't autoload PeopleHelper during initializationBenjamin Neff
this is for future rails versions with zeitwerk autoloader where this isn't allowed anymore
2022-07-04Replace unmaintained sass-rails with sassc-railsBenjamin Neff
closes #8362
2022-07-04Remove compass-rails and just use the few images without a spriteBenjamin Neff
Fixes #6433
2022-07-03Remove entypo-rails dependency and add font to vendor/assetsBenjamin Neff
entypo-rails doesn't support newer rails versions closes #8361
2022-06-29Manually stringify keys to fix sidekiq 7.0 deprecation warningBenjamin Neff
closes #8359
2022-06-28Merge pull request #8357 from SuperTux88/gem-updatesBenjamin Neff
Gem updates
2022-06-27Bump rails-assets-jquery and jquery-railsBenjamin Neff
2022-06-27Bump other dependencies not directly in GemfileBenjamin Neff
2022-06-27Add rails-assets-bootstrap to gems.diasporafoundation.org source blockBenjamin Neff
this prevents a warning because somebody also uploaded an old version of this to rubygems.org
2022-06-27Bump cucumber-railsBenjamin Neff
2022-06-27Bump rspec-railsBenjamin Neff
2022-06-27Bump timecopBenjamin Neff
2022-06-27Bump listenBenjamin Neff
2022-06-27Bump pronto-hamlBenjamin Neff
2022-06-27Bump haml_lintBenjamin Neff
2022-06-27Bump asset_syncBenjamin Neff
2022-06-27Fix version for minitest to 5.15.0Benjamin Neff
Newer versions don't support ruby 2.5 anymore, which we still use in CI
2022-06-27Bump rails-timeagoBenjamin Neff
2022-06-27Bump hamlitBenjamin Neff
2022-06-27Bump faradayBenjamin Neff
2022-06-27Bump active_model_serializersBenjamin Neff
2022-06-27Bump omniauth and omniauth-rails_csrf_protectionBenjamin Neff
2022-06-27Bump ruby-oembedBenjamin Neff
2022-06-27Bump js-routesBenjamin Neff
2022-06-27Bump fog-awsBenjamin Neff
2022-06-27Bump activerecord-importBenjamin Neff
2022-06-27Bump pgBenjamin Neff
2022-06-27Bump mysql2Benjamin Neff
2022-06-27Bump sprockets-railsBenjamin Neff
2022-06-27Bump autoprefixer-railsBenjamin Neff
2022-06-27Bump toml-rbBenjamin Neff
2022-06-27Bump terserBenjamin Neff
2022-06-27Bump sidekiq and sidekiq-cronBenjamin Neff
2022-06-27Bump redisBenjamin Neff
2022-06-27Bump rqrcodeBenjamin Neff