- 09 Feb, 2015 3 commits
-
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/39' of https://gitorious.org/social/mainline into merge-requests/39
-
Chimo authored
Empty timelines are no longer warnings, but debug information
-
- 08 Feb, 2015 15 commits
-
-
mattl authored
Reported on https://bugz.foocorp.net/T79 Fix by MrB: https://gist.github.com/mrvdb/0f5d84c9b56c0a390c4a
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/37' of https://gitorious.org/social/mainline into merge-requests/37
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/30' of https://gitorious.org/social/mainline into merge-requests/30
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/31' of https://gitorious.org/social/mainline into merge-requests/31
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/36' of https://gitorious.org/social/mainline into merge-requests/36
-
Chimo authored
The 'created' column in attention SQL table has NOT NULL restriction.
-
Chimo authored
The 'created' column in ostatus_source SQL table has NOT NULL restriction. INSERTs fail when running MySQL/MariaDB in strict mode if this is not populated.
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
Also made sure we only match local group IDs in recognizedFeed for PushhubAction
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/33' of https://gitorious.org/social/mainline into merge-requests/33
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/34' of https://gitorious.org/social/mainline into merge-requests/34
-
https://gitorious.org/social/mainlinemattl authored
Merge commit 'refs/merge-requests/35' of https://gitorious.org/social/mainline into merge-requests/35
-
mattl authored
There were problems with queries that were executed but didn't seem to be committed. Trying to patch that up by calling a ROLLBACK on transactions where the loading of the page isn't stopped after the BEGIN statement's intended function fails (like with the rememberme cookie in this commit).
-
- 07 Feb, 2015 3 commits
-
-
Chimo authored
-
Chimo authored
Fixes an issue where INSERTs fail if MySQL/MariaDB runs in "strict mode".
-
Chimo authored
This fixes an issue where INSERTs in HubSub fail if MySQL/MariaDB is running in "strict mode" since the default lease time in PushHubAction::subunsub is null. Permanent subscriptions have been removed in PuSH v0.4, but they are being kept here for backward-compatibility with previous GS/SN versions.
-
- 06 Feb, 2015 1 commit
-
-
mattl authored
-
- 05 Feb, 2015 5 commits
- 04 Feb, 2015 7 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
This goes for both users and groups, since they share nickname namespace. If you want to enable nickname changes, just add this to your config: $config['profile']['changenick'] = true; This commit should cover all changes in our usual web forms as well as through the API.
-
mattl authored
-
mattl authored
-
mattl authored
Garbage collecting should also allow to clean up leftover database entries.
-
mattl authored
-
- 03 Feb, 2015 6 commits