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
path: root/config
AgeCommit message (Collapse)Author
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-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-03Remove entypo-rails dependency and add font to vendor/assetsBenjamin Neff
entypo-rails doesn't support newer rails versions closes #8361
2022-06-27Bump sidekiq and sidekiq-cronBenjamin Neff
2022-04-27Start 0.7.18.0 cycleDennis Schubert
2022-04-27Merge branch 'next-minor'v0.7.17.0Dennis Schubert
2022-03-05Don't suggest to retry exports on failure.Dennis Schubert
closes #8343
2022-02-12Start 0.7.17.0 cycleBenjamin Neff
2022-02-12Merge branch 'next-minor'v0.7.16.0Benjamin Neff
2022-02-12updated 25 locale files [ci skip]Benjamin Neff
2021-11-06Bump js-routesBenjamin Neff
2021-10-30Remove deprecated Sidekiq::Web.sessionsBenjamin Neff
See https://github.com/mperham/sidekiq/pull/4804 closes #8311
2021-10-25Resend AccountMigration or AccountDeletion for closed recipientsBenjamin Neff
2021-10-25Change placeholder in translations for #8304Benjamin Neff
2021-10-25Change placeholder in translations for #8037Benjamin Neff
2021-10-25updated 82 locale files [ci skip]Benjamin Neff
2021-10-25Remind the username in the reset password e-mailflaburgan
closes #8037
2021-09-198139 add a podmin mail to footerThorsten Claus
fixes #8139 closes #8242
2021-09-19diaspora should send AccountMigration message back when a federation message ↵Thorsten Claus
received for a moved account I use Senya's Patch for this The extra check is for satisfying tests, which don't create real database objects. fixes #7902 closes #8288
2021-09-18Cleanup person_by_handle routeBenjamin Neff
I think this is a leftover from a long time ago and I can't find anything that still uses that closes #8280
2021-08-16Switch to terser gem from uglifier for JS compressionPirate Praveen
closes #8268
2021-07-04Point /protocol route to the current federation documentation.Dennis Schubert
2021-07-04Allow points and dashes in the username.Dennis Schubert
This reverts b3ca504c4000f912d6599d4f100b1e0262fbfa46. We don't quite know why that was added, but we assume it's because of format strings. Some pre-2011 users exist that still have dots or dashes in their username, and those accounts are somewhat broken now. closes #8266
2021-06-28Bump carrierwaveBenjamin Neff
2021-04-18Start 0.7.16.0 cycleJonne Haß
2021-04-18Merge branch 'next-minor'v0.7.15.0Jonne Haß
2021-04-11Redis#client.disconnect is Redis#close nowJonne Haß
2021-04-11Update to Sidekiq 6Jonne Haß
closes #8153 closes #8162
2021-04-11Remove 'heidelberg' tile map service.Thorsten Claus
Updated settings for MapTiles as recommended by leaflet.js Updating current licence text Closes #8209 closes #8215
2021-04-11Port cukes from poltergeist to aparitionJonne Haß
closes #8234
2021-02-21Replace some http links with their https counterparts.Thorsten Claus
closes #8207
2020-12-30Fix syntax error for default_color_theme in diaspora.toml.exampleBenjamin Neff
closes #8194
2020-11-02Migrate from Travis to Github ActionsJonne Haß
closes #8178
2020-09-04Drop springJonne Haß
it does more harm than good at this point closes #8133
2020-09-04Add chat configuration to diaspora.toml.exampleJonne Haß
2020-09-04Migrate configuration to TOMLJonne Haß
YAML is just too easy to get wrong closes #8132
2020-06-24updated 9 locale files [ci skip]Dennis Schubert
2020-06-14Merge branch 'master' into next-minorDennis Schubert
2020-06-14Merge branch 'release/0.7.14.0'v0.7.14.0Dennis Schubert
2020-06-14updated 6 locale files [ci skip]Dennis Schubert
2020-06-14Start 0.7.15.0 cycle.Dennis Schubert
[ci skip]
2020-02-12Start 0.7.14.0 cycleBenjamin Neff
2020-02-12Merge branch 'release/0.7.13.0'v0.7.13.0Benjamin Neff
2020-02-12updated 11 locale files [ci skip]Benjamin Neff
2020-02-12Replace secret_token with secret_key_base.Dennis Schubert
secrets.secret_token is deprecated in favor of secret_key_base and will be removed in Rails 6.0.
2019-10-25set better example values for unicorn stdout/stderr log settingsJonne Haß
[ci skip] closes #8058