- sept. 01, 2016
-
-
Lukas Matt a rédigé
related to #7032 Signed-off-by:
Lukas Matt <lukas@zauberstuhl.de> closes #7038
-
- août 22, 2016
-
-
Benjamin Neff a rédigé
The same as #7009 but now all of them ;)
-
- août 20, 2016
-
-
Benjamin Neff a rédigé
Before #6873 we deleted contacts when someone blocks a person, but we didn't drop the notification for the started sharing event. In #6864 we try to get the contact for the notification, which is not there anymore. So we need to remove the notifications for the contacts that don't exit anymore.
-
- août 13, 2016
-
-
cmrd Senya a rédigé
fix #6857
-
Benjamin Neff a rédigé
delete invitations-table (and constraints) before deleting the users
-
Benjamin Neff a rédigé
otherwise the counter goes into negative ;) also reset all negative counters
-
- août 12, 2016
-
-
Benjamin Neff a rédigé
-
- août 09, 2016
-
-
Jonne Haß a rédigé
-
- août 08, 2016
-
-
Benjamin Neff a rédigé
This migrations runs only if the old 20150404193023_participation_counter migration has not been run. The new migration is a lot faster, because it runs after the participation-cleanup migration has been run, so the participation table is now a lot smaller for people upgrading from 0.5.x to 0.6.x. It also doesn't remove manually created participations (without likes, comments or poll participations on the same post). Fixes #6786
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
- juin 26, 2016
-
-
Benjamin Neff a rédigé
* remove author_signature column * delete all self-participating participations * delete all participations where author and post-author are remote * delete all duplicate participations * delete all participations without post * create unique index
-
Benjamin Neff a rédigé
* conversations * messages * photos * polls * poll answers * poll participations fixes #4697
-
- mai 31, 2016
-
-
cmrd Senya a rédigé
-
- mars 30, 2016
-
-
Lukas Matt a rédigé
Following query takes over 20 minutes and fills up the database: SELECT * FROM participations WHERE author_id = XXXXX On servers with a huge participations-table this is a serious performance issue which is easily fixed by the author_id index Signed-off-by:
Lukas Matt <lukas@zauberstuhl.de>
-
- mars 27, 2016
-
-
Lukas Matt a rédigé
Following query takes over 20 minutes and fills up the database: SELECT * FROM participations WHERE author_id = XXXXX On servers with a huge participations-table this is a serious performance issue which is easily fixed by the author_id index Signed-off-by:
Lukas Matt <lukas@zauberstuhl.de>
-
- mars 07, 2016
-
-
cmrd Senya a rédigé
We can determine diaspora_handle from a relation with people for the shareables (posts, photos). So we don't need to store diaspora_handle in the DB. Also remove tmp_old_id from photos which is not refenrenced anywhere.
-
- mars 06, 2016
-
-
Benjamin Neff a rédigé
-
- 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é
* remove all for public posts * remove all for deleted posts
-
Benjamin Neff a rédigé
also added a migration model
-
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 share visibilities where the shareable is already deleted * remove share visibilities where the user doesn't exist * remove `created_at` and `updated_at` to make the table smaller
-
- jan. 04, 2016
-
-
theworldbright a rédigé
-
theworldbright a rédigé
-
augier a rédigé
-
theworldbright a rédigé
-
theworldbright a rédigé
-
theworldbright a rédigé
As according to http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg: "If the Client has not provided a value for sector_identifier_uri in Dynamic Client Registration [OpenID.Registration], the Sector Identifier used for pairwise identifier calculation is the host component of the registered redirect_uri."
-
theworldbright a rédigé
-
theworldbright a rédigé
-
theworldbright a rédigé
- Add foreign_keys - Remove unused classes/methods - Fix pronto errors - Add method to retrieve client id from name - Remove TODO comments - Fix unnecessary private key generation
-
theworldbright a rédigé
-
theworldbright a rédigé
-
theworldbright a rédigé
Signed-off-by:
theworldbright <kent@kentshikama.com>
-
theworldbright a rédigé
Squashed commits: [a182de7] Fix pronto/travis errors
-