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
2018-03-19updated 43 locale files [ci skip]Benjamin Neff
2018-03-10Bump rails-i18nBenjamin Neff
fixes #7527 closes #7731
2018-03-10Bump yardBenjamin Neff
2018-03-10Bump rack-protectionBenjamin Neff
2018-03-10Set video click handler at app.views.ExpandedCommentcmrd Senya
fixes #7736 closes #7737
2018-03-07Back to Top: Make sure to re-check the visibility after the scrolling is doneDennis Schubert
If a user scrolls just below the 1000px threshold and clicks the back-to-top button within 250ms, we'll never hide the button as the scroll event gets throttled away. That's rather inconvenient. closes #7729
2018-03-07Add the back-to-top button to all viewsDennis Schubert
fixes #7727
2018-02-27Keep order of profile tagsBenjamin Neff
closes #7724
2018-02-27Refactor taggable tests to use `let`Benjamin Neff
2018-02-27Add /camo/ to robots.txtBenjamin Neff
Camo only proxies images hosted somewhere else, so it doesn't make sense to add the proxied versions to search engines. It only creates traffic for camo when /camo/* urls are in search results. closes #7726
2018-02-26Use https:// for media-embed testsBenjamin Neff
I overlooked this when reviewing #6418 since it is excluded on travis because of the @nophantomjs tag (so it didn't fail). But since we block http:// embeds now, we need to use https:// for the tests.
2018-02-26Set frozen config as booleanBenjamin Neff
This is normalized to "true" in the config after running bin/bundle, so rerunning script/configure_bundler resets this back to 1 (which is the same, but we don't need to change this back and forth every time).
2018-02-25Fix followed tags posts in stream for posts with multiple tagsBenjamin Neff
When there were posts with many followed tags they were returned multiple times, resulting in less than 15 unique posts. That resulted in some posts to be missed in the stream. Fixes #4503 closes #7715
2018-02-25Don't retry for PublicKeyNotFoundBenjamin Neff
We only return `nil` when we know the person, but don't know the key or the key is invalid, so it doesn't make sense to retry in this case. When the person isn't known and can't be fetched we raise a DiscoveryError which will be retried. Also the errors were moved to the `Signable` module in the last release. closes #7717
2018-02-25Store edited_at for relayables in additional_dataBenjamin Neff
closes #7718
2018-02-25Start sending updated_at timestamp as edited_at for profilesBenjamin Neff
This can be used in later diaspora versions to order the profile updates so we don't overwrite a newer profile with older data.
2018-02-25Bump diaspora_federationBenjamin Neff
2018-02-22Prevent duplicate mention notifications when the post is received twiceBenjamin Neff
closes #7721
2018-02-22piped bin/bundle commands to suppress warnings when run on readonly filesystemsBrad Koehn
closes #7719
2018-02-17Add @nophantomjs tag to default cucumber profilecmrd Senya
Use this tag for tests which can't work with PhantomJS, but which we can run with Selenium using some other profile (not implemented here). closes #6418
2018-02-17Support for embedding HTML5 media linkscmrd Senya
Use markdown-it-html5-embed plugin so user can embed audio and video using the markdown link syntax []() in the HTML5 way.
2018-02-17Bump deviseSteffen van Bergerem
closes #7716
2018-02-17Bump hamlitSteffen van Bergerem
2018-02-17Bump hamlSteffen van Bergerem
2018-02-10Don't print a warning when starting the server outside a Git repoSaverio Miroddi
Currently, git checks are performed on server start, even when outside a git repository. This commit verify the presence of a git repository (via `git status` exit code), and perform checks only if it exists. closes #7712
2018-02-09Merge branch 'master' into next-minorDennis Schubert
2018-02-09Merge branch 'hotfix/0.7.3.1'v0.7.3.1Dennis Schubert
2018-02-09Pull updated German translations to fix "reshare" UX issuesDennis Schubert
2018-02-09Merge branch 'next-minor' of github.com:diaspora/diaspora into next-minorBenjamin Neff
2018-02-09Merge branch 'master' into next-minorBenjamin Neff
2018-02-09Merge branch 'release/0.7.3.0'v0.7.3.0Benjamin Neff
2018-02-09updated 21 locale files [ci skip]Benjamin Neff
2018-02-09Upgrade Nokogiri to fix a disclosed vulnerability in libxml2Benjamin Neff
2018-02-03Remove unnecessary quotes in database.yml.examleFla
[ci skip] closes #7711
2018-02-02Start 0.7.4.0 cycleDennis Schubert
[ci skip]
2018-02-02Send participation after receiving a public postBenjamin Neff
This is to let the author of the post know, that this pod is interested in updates about this post. The sending user is only used to verify that the participation was sent from this pod, but lets use an admin/podmin account if available. closes #7708
2018-02-02Fix post_message for posts without textBenjamin Neff
fixes #7700 closes #7706
2018-02-02Retry Contact messages 20 time (about two weeks)Benjamin Neff
closes #7705
2018-02-02Start sending the blocking flagBenjamin Neff
2018-02-02Remove participants limit for conversationsBenjamin Neff
The limit was added in 2012 to prevent spam, but since the participants need to be a mutual contact with the author nowadays, I don't think it's a spam problem anymore.
2018-02-02Bump diaspora_federationBenjamin Neff
2018-02-02Fix mention in #newhere message when invited by another personBenjamin Neff
fixes #7701 closes #7702
2018-02-02Make mobile bookmarklet work the same way as with desktop UIBenjamin Neff
This fixes that it fails when you call it without notes parameter. closes #7698
2018-02-01Changelog misspelling [ci skip]Fla
closes #7710
2018-01-21Use `current-password` and `new-password` for password autocompleteflaburgan
closes #7642 fixes #7633
2018-01-12Merge branch 'master' into next-minorDennis Schubert
2018-01-12Merge branch 'hotfix/0.7.2.1'v0.7.2.1Dennis Schubert
2018-01-12Fix notifications when people remove their birthday dateBenjamin Neff
Some people may remove their birthday date after the notification was sent, which then breaks the notification page for other users. Let's just display the date when the notification was created, and not display the users updated birthday date. When users update from date A to B it always looks weird anyway, when we display the same new date B twice on different days, or display two different dates for the same user. We could remove notifications when users change or remove their birthday, but that would be way more complex and also we usually don't remove notifications (not even for deleted posts). Fixes #7689 closes #7691
2018-01-09update to support 280 character TwitterBrad Koehn
closes #7694 closes #7662 fixes #7661
2018-01-08Delete archive files when closing an accountJanakas
closes #7684