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-11-04updated 30 locale files [ci skip]HEADdevelopBenjamin Neff
2022-11-03Tell users that there is no help in mobile version, allow to switch to ↵flaburgan
desktop, fixes #4821
2022-09-10Merge pull request #8389 from SuperTux88/update-changelogBenjamin Neff
Update next major to 1.0.0
2022-09-09Replace Unicorn with PumaDennis Schubert
… and drop the single_process_mode. See the included Changelog entry for full details on what this change means.
2022-09-07Remove artifacts from the old Federation integration testing attemptDennis Schubert
It's… safe to assume that nobody is using this, as this has been broken for quite some time.
2022-09-04Change development version number to 1.0.0-devBenjamin Neff
Lets use the `-dev` suffix for future development versions.
2022-09-03Change deprecation warning for diaspora.yml to version 2.0Benjamin Neff
as this will be the next major after 1.0
2022-08-01Merge branch 'next-minor' into developBenjamin Neff
2022-08-01Merge branch 'next-minor'v0.7.18.0Benjamin Neff
2022-08-01updated 11 locale files [ci skip]Benjamin Neff
2022-07-31Adding total and active count to pod viewThorsten Claus
The backend adds the total count for all pods, as well as the count for active pods. In the frontend shows the new counts but without any further user interactions
2022-07-24Bump diaspora_federation and enable forgery protection by defaultBenjamin Neff
2022-07-23Add a dummy route for /.well-known/host-metaBenjamin Neff
This was removed from the diaspora_federation gem, since it's not used for the federation/discovery anymore since a long time. But old versions of the ConnectionTester up to version 0.7.17 still check if this route exist or else they mark the pod as offline. So lets add a dummy host-meta with an empty response back, so the ConnectionTester is happy again until we can remove this workaround again.
2022-07-21Merge branch 'next-minor' into developBenjamin Neff
2022-07-21Disable the default CSRF protection.Dennis Schubert
This was added in Rails 5.2 defaults, but we upgraded from 5.1 defaults to 6.1, so we didn't notice until now. closes #8374
2022-07-21Merge branch 'next-minor' into developBenjamin Neff
2022-07-21Disable export_concurrent to prevent segfault during precompileBenjamin Neff
See https://github.com/sass/sassc-ruby/issues/207 closes #8372
2022-07-21Don't eager load active storage in productionBenjamin Neff
We don't use active storage, but eager loading it tries to read the config/storage.yml, which doesn't exist, because we don't need it. https://github.com/rails/rails/blob/571b4d5fb9cd254db79e93370d7b208b6d0fd1e4/activestorage/lib/active_storage/engine.rb#L137 https://github.com/rails/rails/blob/571b4d5fb9cd254db79e93370d7b208b6d0fd1e4/activestorage/app/models/active_storage/blob.rb#L354 closes #8371
2022-07-21Upgrade diaspora_federation to 1.0Benjamin Neff
2022-07-20Merge branch 'next-minor' into developBenjamin Neff
2022-07-20Upgrade to rails 6.1Benjamin Neff
2022-07-20Remove workaround for schema.rbBenjamin Neff
We don't have the schema.rb anymore in the repo, so we don't need it compatible with both databases anymore. See 5b1be7d8dac07eb133250835bce12e36f8e4908a
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-17Merge branch 'develop' into use-yarn-for-assetscmrd Senya
2022-07-16Merge branch 'next-minor' into developBenjamin 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-12Use yarn for front-end dependencies instead of rails-assetscmrd Senya
2022-07-03Merge branch 'next-minor' into developBenjamin Neff
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-28Merge branch 'next-minor' into developBenjamin Neff
... and also remove json-schema-rspec dependency from api specs
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-05Merge branch 'next-minor' into developBenjamin Neff
2022-03-05Don't suggest to retry exports on failure.Dennis Schubert
closes #8343
2022-02-28Remove /user/auth_token route, this was a leftover from the chatBenjamin Neff
Also remove authentication_token from database
2022-02-12Merge branch 'next-minor' into developBenjamin Neff
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-23Refactory archive concurrency so the same logic can be reusedBenjamin Neff
2021-11-23Merge branch 'next-minor' into developBenjamin Neff
2021-11-06Bump js-routesBenjamin Neff
2021-10-30Merge branch 'next-minor' into developBenjamin Neff
2021-10-30Remove deprecated Sidekiq::Web.sessionsBenjamin Neff
See https://github.com/mperham/sidekiq/pull/4804 closes #8311
2021-10-25Merge branch 'next-minor' into developBenjamin Neff