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-11-04Merge pull request #8407 from Flaburgan/4821-help-mobileBenjamin Neff
Tell users that there is no help in mobile version, allow to switch to desktop
2022-11-01Merge pull request #8404 from Flaburgan/8118-scrolling-photosBenjamin Neff
Do not recreate blueimp each time you're scrolling in the photos page
2022-11-01Merge pull request #8403 from ↵Benjamin Neff
SuperTux88/cleanup-duplicate-pods-for-real-this-time Cleanup duplicate pods
2022-11-01Merge pull request #8398 from SuperTux88/fix-mentions-with-underscoresBenjamin Neff
Escape mentions before parsing message with markdown for mobile UI
2022-10-30Merge pull request #8400 from SuperTux88/8352-mobile-photo-url-redirectBenjamin Neff
Add redirect to mobile-only photo URL when in desktop UI
2022-10-30Merge pull request #8397 from SuperTux88/remove-sprockets-es6Benjamin Neff
Replace sprockets-es6 with babel-transpiler
2022-09-21Merge pull request #8217 from tclaus/7080_multi_select_on_aspects_on_mobileBenjamin Neff
multi select on aspects on mobile closes #7080
2022-09-10Merge pull request #8390 from cmrd-senya/improve-public-fetchBenjamin Neff
Improve public posts fetch on account search
2022-09-10Merge pull request #8389 from SuperTux88/update-changelogBenjamin Neff
Update next major to 1.0.0
2022-09-10Merge pull request #8392 from denschub/unicorn-dustBenjamin Neff
Replace Unicorn with Puma
2022-09-10Merge branch 'next-minor' into developBenjamin Neff
2022-09-10Merge branch 'hotfix/0.7.18.1'v0.7.18.1next-minormastermainBenjamin Neff
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-03Change next major release to 1.0.0 in the changelogBenjamin Neff
2022-08-31Merge pull request #8387 from denschub/linked-inline-code-colorBenjamin Neff
Make inline code inside links show the link color.
2022-08-31Merge pull request #8385 from SuperTux88/remove-therubyracerBenjamin Neff
Remove note about therubyracer from Gemfile
2022-07-31Merge pull request #8383 from tclaus/show_available_podsBenjamin Neff
Prepare the backend for generating a list of active pods
2022-07-24Merge branch 'next-minor' into developBenjamin Neff
2022-07-24Handle Faraday::ServerError (for example 502) as HTTPFailureBenjamin Neff
closes #8380
2022-07-23Merge branch 'next-minor' into developBenjamin Neff
2022-07-23Show software and version directly in the pods table if no errorsBenjamin Neff
closes #8379
2022-07-23Merge branch 'next-minor' into developBenjamin Neff
2022-07-23Don't use host-meta in connection tester anymoreBenjamin Neff
This route was removed from the federation and doesn't exist anymore, so checking for it doesn't make any sense. But lets check if a server responds to /.well-known/nodeinfo instead. All other software which supports the diaspora protocol should have this endpoint by now. Parsing/validating nodeinfo is still handled gracefully. closes #8377
2022-07-21Merge pull request #8368 from SuperTux88/upgrade-diaspora-federationBenjamin Neff
Upgrade diaspora federation (and some preparations for ruby 3)
2022-07-20Merge branch 'next-minor' into developBenjamin Neff
2022-07-20Fix follow up tasks for assets:precompile when no manifest existedBenjamin Neff
When no `.sprockets-manifest-xxx.json` existed, every instance of `Sprockets::Manifest` generated their own path with their own random filename, and since this happened before the assets were actually precompiled, they were all empty. So the error pages didn't find the manifest and the non-digest assets also didn't have any assets to copy. So lets create our own instance of `Sprockets::Manifest` here, AFTER `assets:precompile`, which then loads the manifest json that was used during precompile, so all precompiled assets are available. closes #8366
2022-07-18Merge pull request #8364 from cmrd-senya/use-yarn-for-assetsBenjamin Neff
Use yarn for assets
2022-07-16Merge pull request #8358 from tclaus/supporting_heic_imagesBenjamin Neff
Using webp as storage format for images
2022-07-16Merge branch 'next-minor' into developBenjamin Neff
2022-07-16Fix Link to OWASP CSRF more information pageBenjamin Neff
closes #8365
2022-07-04Merge branch 'next-minor' into developBenjamin Neff
2022-07-04Replace unmaintained sass-rails with sassc-railsBenjamin Neff
closes #8362
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-29Merge branch 'next-minor' into developBenjamin Neff
2022-06-29Manually stringify keys to fix sidekiq 7.0 deprecation warningBenjamin Neff
closes #8359
2022-06-19Merge branch 'next-minor' into developBenjamin Neff
2022-06-19Undo another Capybara refactor that causes CI to breakSage Ross
Alas. Closed #8331
2022-06-19Fix jasmine fake publisher messing with follow up tests in random orderBenjamin Neff
2022-04-27Merge branch 'next-minor' into developDennis Schubert
2022-04-27Start 0.7.18.0 cycleDennis Schubert
2022-04-27Merge branch 'next-minor'v0.7.17.0Dennis Schubert
2022-04-27Merge branch 'next-minor' into developDennis Schubert
2022-04-27Merge pull request #8351 into next-minorDennis Schubert
2022-04-27Merge pull request #8350 into next-minorDennis 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-28Merge pull request #8341 from SuperTux88/remove-auth-tokenBenjamin Neff
Remove /user/auth_token route, this was a leftover from the chat
2022-02-12Merge branch 'next-minor' into developBenjamin Neff
2022-02-12Start 0.7.17.0 cycleBenjamin Neff