| Commit message (Expand) | Author | Age | Files | Lines |
* | Activities IManager throws an BadMethodCallException | Christoph Wurst | 2016-12-19 | 1 | -0/+1 |
* | Merge pull request #2726 from nextcloud/check-all-channels | Christoph Wurst | 2016-12-18 | 1 | -7/+3 |
|\ |
|
| * | Consider all channel except blank and git to be signed | Victor Dubiniuk | 2016-12-16 | 1 | -7/+3 |
* | | Merge pull request #2725 from nextcloud/memcached-connect-once | Roeland Jago Douma | 2016-12-17 | 1 | -10/+11 |
|\ \ |
|
| * | | Set options, then add servers | Victor Dubiniuk | 2016-12-16 | 1 | -10/+11 |
| |/ |
|
* | | Merge pull request #2722 from nextcloud/failed-to-create-share-fix | Roeland Jago Douma | 2016-12-17 | 1 | -1/+1 |
|\ \ |
|
| * | | commit transaction after select query | phisch | 2016-12-16 | 1 | -1/+1 |
| |/ |
|
* / | Do not validate return code is set is successful | Victor Dubiniuk | 2016-12-16 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #2707 from nextcloud/clear_appstore_cache_on_upgrade | Lukas Reschke | 2016-12-16 | 4 | -17/+26 |
|\ |
|
| * | Clear appstore cache on version upgrade | Roeland Jago Douma | 2016-12-15 | 4 | -17/+26 |
* | | Merge pull request #2695 from nextcloud/remove-leading-slashes-on-share-activity | Lukas Reschke | 2016-12-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove leading slash from sharing activity | Joas Schilling | 2016-12-15 | 1 | -1/+1 |
* | | Don't disable apps on update if PHP >= 7.0.0 | Lukas Reschke | 2016-12-15 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #2670 from nextcloud/issue-2646-dont-connet-to-database-be... | Roeland Jago Douma | 2016-12-14 | 1 | -1/+1 |
|\ |
|
| * | Do not connect to database before creating it | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
* | | Merge pull request #2665 from nextcloud/remove-db-class-and-interface | Roeland Jago Douma | 2016-12-14 | 8 | -413/+1 |
|\ \ |
|
| * | | Remove IDb interface which was deprecated for 3 years already | Joas Schilling | 2016-12-14 | 8 | -413/+1 |
* | | | Merge pull request #2671 from nextcloud/issue-2661-reduce-log-level-on-databa... | Roeland Jago Douma | 2016-12-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Only log as info when we can not create a new DB user | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | Safari CSPv3 support is sub-par | Lukas Reschke | 2016-12-14 | 1 | -2/+0 |
|/ / |
|
* / | Use the mocked config version | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2636 from nextcloud/add-repair-step-to-fix-mountsv11.0.0 | Lukas Reschke | 2016-12-13 | 4 | -0/+82 |
|\ |
|
| * | Update autoloading | Joas Schilling | 2016-12-13 | 2 | -0/+2 |
| * | Add a repair step to fix broken mounts | Joas Schilling | 2016-12-13 | 2 | -0/+80 |
* | | Merge pull request #2637 from nextcloud/mount-cache-storageid | Lukas Reschke | 2016-12-13 | 3 | -6/+9 |
|\ \
| |/
|/| |
|
| * | always use numeric storage id in cacheentry | Robin Appelman | 2016-12-13 | 3 | -6/+3 |
| * | fix cacheentry return wrong storage id | Robin Appelman | 2016-12-13 | 2 | -1/+2 |
| * | also compare storage ids when checking for changed mounts | Robin Appelman | 2016-12-13 | 1 | -1/+6 |
* | | Fixed correct filename of MoveAvatarsBackgroundJob | Roeland Jago Douma | 2016-12-13 | 3 | -2/+2 |
* | | Update autoloader | Roeland Jago Douma | 2016-12-13 | 4 | -6/+48 |
|/ |
|
* | Merge pull request #2590 from nextcloud/postgres-install-failing | Roeland Jago Douma | 2016-12-09 | 1 | -5/+5 |
|\ |
|
| * | Lower the role name before using it | Joas Schilling | 2016-12-09 | 1 | -1/+1 |
| * | Revert "Quote database and role in queries" | Joas Schilling | 2016-12-09 | 1 | -4/+4 |
* | | Don't use cached informations for app version | Lukas Reschke | 2016-12-09 | 2 | -5/+8 |
* | | Check if the theming app is loaded | Julius Haertl | 2016-12-09 | 1 | -1/+1 |
|/ |
|
* | Allow to overwrite the message which we already do in SubadminMiddleware | Joas Schilling | 2016-12-08 | 1 | -2/+2 |
* | Merge pull request #2565 from nextcloud/direct-desktop-clients | Roeland Jago Douma | 2016-12-08 | 1 | -1/+1 |
|\ |
|
| * | Cahnge URL for desktop clients directly to pop-up | Felix A. Epp | 2016-12-08 | 1 | -1/+1 |
* | | Quote database and role in queries | Lari Tikkanen | 2016-12-07 | 1 | -4/+4 |
|/ |
|
* | Make sure $provider is defined when we use it | Joas Schilling | 2016-12-07 | 1 | -10/+12 |
* | Merge pull request #2513 from nextcloud/fix-htaccess-checks | Roeland Jago Douma | 2016-12-06 | 1 | -0/+2 |
|\ |
|
| * | Properly check the data dir | Morris Jobke | 2016-12-05 | 1 | -0/+2 |
* | | Document updater channel & check for correct PHP version in updater | Morris Jobke | 2016-12-06 | 1 | -0/+3 |
* | | Merge pull request #2520 from nextcloud/replace-string | Morris Jobke | 2016-12-05 | 1 | -2/+8 |
|\ \ |
|
| * | | Check for nextcloud version as well | Lukas Reschke | 2016-12-05 | 1 | -2/+8 |
| |/ |
|
* | | Merge pull request #497 from nextcloud/postgres-setup-no-admin | Morris Jobke | 2016-12-05 | 2 | -39/+50 |
|\ \ |
|
| * | | handle postgres setup when we cant connect as admin | Robin Appelman | 2016-12-05 | 2 | -39/+50 |
| |/ |
|
* | | Merge pull request #2505 from nextcloud/sudo-mode-provisioning-api | Morris Jobke | 2016-12-05 | 1 | -0/+5 |
|\ \ |
|
| * | | Set last-login-check on basic auth | Roeland Jago Douma | 2016-12-05 | 1 | -0/+5 |
* | | | Handle unavailable share providers more graceful | Roeland Jago Douma | 2016-12-05 | 1 | -8/+34 |
| |/
|/| |
|