- juin 26, 2016
-
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
also refactored receive methods
-
Benjamin Neff a rédigé
* Contact: auto-follow-back * Shareable: create share visibilities
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
and do some refactorings
-
Benjamin Neff a rédigé
move it to Diaspora::Federation::Entities and use it in some tests, but most of the tests can be removed later.
-
- mai 27, 2016
-
-
cmrd Senya a rédigé
No uniqueness control on AspectVisibility resulted in possible having multiple AspectVisibility objects in the DB for the same aspect and shareable which doesn't make sense. Introduce uniqueness validation and fix up tests where duplication happened.
-
- mai 07, 2016
-
-
Ralin Chimev a rédigé
Marking a notification as unread resets the timeago stamp causing the times to look wrong. It can be reproduced by marking an old notification as unread. Using the update_column instead of update_attribute will not touch the updated_at attribute, and thus will not affect the updated time ago in the view. Fixes #6798. closes #6821
-
- mars 07, 2016
-
-
Benjamin Neff a rédigé
* move presenters back to controllers, this is view-logic * use PostService in CommentService * remove iframe route, this is not used anymore * id/guid limit at 16 chars, hex(8) is 16 chars long
-
- mars 06, 2016
-
-
Benjamin Neff a rédigé
-
- mars 05, 2016
-
-
Benjamin Neff a rédigé
* use port for check * respect entries in /etc/hosts * test /.well-known/host-meta * don't allow redirects to other domains
-
- mars 04, 2016
-
-
Benjamin Neff a rédigé
* add port to pods * remove url from person and link people with pod-table
-
Benjamin Neff a rédigé
This reverts commit 84cfbd22.
-
Dennis Schubert a rédigé
This reverts commit 832a5613, reversing changes made to 75c3e606.
-
- mars 03, 2016
-
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
Also: * remove ShareablesFromPerson evil-query * improve multi-stream and aspect-stream queries * fix logging for recieve * don't add last 100 public posts to users streams after sharing * delete share visibility when shareable is deleted
-
Steffen van Bergerem a rédigé
closes #6734
-
- jan. 28, 2016
-
-
Faldrian a rédigé
closes #6658
-
- jan. 04, 2016
- déc. 08, 2015
-
-
apsc92 a rédigé
closes #6573
-
- nov. 22, 2015
-
-
Jason Robinson a rédigé
When author of the root post receives a reshare to it, no participation is added to the root author on the reshare. This causes any comments on the reshare on remote pods not to be sent to the author. Adding a participation should subscribe to the reshare and thus bring added comments back to the author. closes #6481
-
- nov. 18, 2015
-
-
Manuel Vögele a rédigé
Do not add participation for comment if comment validation failed The same fix is also done for the other social actions closes #6552
-
- oct. 20, 2015
-
-
cmrd Senya a rédigé
closes #6512
-
- oct. 03, 2015
-
-
Lukas Matt a rédigé
* Adopt pronto suggestions Signed-off-by:
Lukas Matt <lukas@zauberstuhl.de>
-
- sept. 14, 2015
-
-
Steffen van Bergerem a rédigé
closes #6398
-
- sept. 11, 2015
-
-
realtin a rédigé
- fix map controls in stream
-
- sept. 09, 2015
-
-
zaziemo a rédigé
remove personal credentials from mapbox and refactored some code #5813 Signed-off-by:
zaziemo <maren.heltsche@gmail.com>
-
realtin a rédigé
- refactor code for toggle map function - adjust jasmine tests for maps and add tests for SPV - change name of access token in defaults.yml according to naming conventions - add explanation of map use for podmins - add location to post_presenter - fix opening multiple maps inside the stream when clicking on a reshare location (#5813)
-
zaziemo a rédigé
to provide a clear arrangement of all location data - add 'L' to predefs for pronto because it is part of the leaflet library - fix: show address template only with an address present with merging the location objects into one, only the objects within the location object can be empty (#5813)
-
zaziemo a rédigé
- add coordinates in post_presenter - add map to the SPV if location is provided - add leaflet.js to render map and marker of position - make coordinates available in frontend - add map scss - make stream post location clickable and redirect to the SPV - prevent render map if no location data is provided - add tests for coordinates - use the leaflet gem instead of the JS assets (#5813)
-
- sept. 07, 2015
-
-
Jonne Haß a rédigé
-
Jonne Haß a rédigé
closes #6386
-
Vinothan Shankar a rédigé
Hardly a total fix, but it's a start. Based on meitar/diaspora:b5c01598. * app/models/services/tumblr.rb: style: double-quote string Line 22. Change from single-quotes. * app/models/services/tumblr.rb: parse URL only for blogs we care about ...which in this case is just the primary. This also fixes the failed test in 7079fda (and by extension, 7a1d3a9). * spec/models/services/tumblr_spec.rb: Add "primary" flag to test user-info * spec/models/services/tumblr_spec.rb: Add a secondary blog to test user-info This should not cause a request to be issued, so we can continue to expect the request for the primary blog only. Any request for the secondary indicates a bug in the service implementation. * spec/models/services/tumblr_spec.rb: Make the second blog returned the primary Just to catch if it's picking the first one * app/models/services/tumblr.rb: use blogs.find instead of blogs.each Since we're only handling the primary blog, this should be easy enough * app/models/services/tumblr.rb: Remove redundant if block The condition it would have caught is dealt with by the ifnone on the find * app/models/services/tumblr.rb: Style: remove space between { and |
-