Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 9 | -9/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7554 from nextcloud/fix-7546 | Morris Jobke | 2017-12-18 | 1 | -2/+2 |
|\ | | | | | Fix default parameter of OC_DB::executeAudited() | ||||
| * | Fix default parameter of OC_DB::executeAudited() | Morris Jobke | 2017-12-18 | 1 | -2/+2 |
| | | | | | | | | | | | | * fixes #7546 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #7555 from nextcloud/smb-copy-rename-log | Robin Appelman | 2017-12-18 | 1 | -0/+3 |
|\ \ | | | | | | | additional debug logging on smb copy/rename failures | ||||
| * | | additional debug logging on smb copy/rename failures | Robin Appelman | 2017-12-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #7490 from nextcloud/fix_7428 | Morris Jobke | 2017-12-18 | 1 | -1/+29 |
|\ \ \ | | | | | | | | | Respect sharing options when searching using MailPlugin #7428 | ||||
| * | | | Don't show users which e-mail address match if they belong to a group we may ↵ | Tobia De Koninck | 2017-12-15 | 1 | -1/+29 |
| | |/ | |/| | | | | | | | | | | | | | share with Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | | | Merge pull request #7505 from nextcloud/do-not-update-if-app-comes-from-git | Morris Jobke | 2017-12-18 | 1 | -0/+20 |
|\ \ \ | |/ / |/| | | Do not update apps if it comes from git | ||||
| * | | Up check | John Molakvoæ (skjnldsv) | 2017-12-14 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | Do not update apps if it comes from git | John Molakvoæ (skjnldsv) | 2017-12-14 | 1 | -0/+20 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Also check for empty content lenth | Roeland Jago Douma | 2017-12-14 | 1 | -0/+1 |
| |/ |/| | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Reduce length of md5 in scss caching | John Molakvoæ (skjnldsv) | 2017-12-14 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Use cached app list | Morris Jobke | 2017-12-14 | 1 | -2/+2 |
|/ | | | | | | Followup to #7264 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7485 from nextcloud/fix_7001 | Roeland Jago Douma | 2017-12-14 | 1 | -2/+1 |
|\ | | | | | Also cache invalid DiscoveryService response | ||||
| * | Also cache invalid DiscoveryService response | Roeland Jago Douma | 2017-12-13 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | * Cache it for a day so we will retry eventually * Cache the status.php response as well so we will try it once a day as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | The user displayNameResolver is specific to users, not the comments app | Arthur Schiwon | 2017-12-12 | 1 | -1/+15 |
|/ | | | | | | | Other apps like spreed rely on it, and only can resolver per type can be registered anyhow. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #7466 from nextcloud/fix-php7.2-session-init | Morris Jobke | 2017-12-12 | 1 | -3/+4 |
|\ | | | | | Fix error log on PHP 7.2 | ||||
| * | Fix error log on PHP 7.2 | Morris Jobke | 2017-12-12 | 1 | -3/+4 |
| | | | | | | | | | | | | Fixes following error in the logs: "ini_set(): A session is active. You cannot change the session module's ini settings at this time" Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #7465 from nextcloud/filename-typo | Morris Jobke | 2017-12-12 | 3 | -2/+2 |
|\ \ | | | | | | | Fix filename typo | ||||
| * | | Fix filename typo | Robin Appelman | 2017-12-12 | 3 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / | allow 'Nextcloud' in the user agent string of Android | Bjoern Schiessle | 2017-12-12 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 1 | -0/+18 |
| | | | | | | | | | | | Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Properly detect if fopen fails for txt previews | Roeland Jago Douma | 2017-12-11 | 1 | -0/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Register ContactsStore using alias + run autoloaderchecker.sh | Tobia De Koninck | 2017-12-11 | 3 | -1/+5 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Add @since annotation and add missing new line | Tobia De Koninck | 2017-12-11 | 1 | -1/+6 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Make ContactsStore a public API | Tobia De Koninck | 2017-12-11 | 3 | -1/+38 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Merge pull request #6668 from nextcloud/fix_6621 | Morris Jobke | 2017-12-11 | 2 | -1/+37 |
|\ | | | | | Remove avatar on user deletion | ||||
| * | handle not found mounts when cleaning avatars | Robin Appelman | 2017-12-11 | 2 | -0/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Remove avatar on user deletion | Roeland Jago Douma | 2017-12-11 | 1 | -0/+23 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Dispatch event on User predelete | Roeland Jago Douma | 2017-12-11 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #7449 from nextcloud/fix-setup | Morris Jobke | 2017-12-11 | 1 | -10/+15 |
|\ \ | |/ |/| | Fix 500 on setup page | ||||
| * | Fix 500 on setup page | Morris Jobke | 2017-12-11 | 1 | -10/+15 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #6651 from nextcloud/remote-cloud-client | Roeland Jago Douma | 2017-12-11 | 21 | -0/+1188 |
|\ \ | | | | | | | Add api clients for talking to remote clouds | ||||
| * | | Add some more tests for ocs remote api | Robin Appelman | 2017-12-08 | 2 | -6/+27 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | refuse to use http if we know a remote has https | Robin Appelman | 2017-12-08 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | validate user response | Robin Appelman | 2017-12-08 | 1 | -1/+8 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | add more typehints | Robin Appelman | 2017-12-08 | 6 | -1/+17 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Add public api for remote api | Robin Appelman | 2017-12-08 | 20 | -9/+623 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Some tests for the remote cloud api | Robin Appelman | 2017-12-08 | 2 | -3/+21 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Add api clients for talking to remote clouds | Robin Appelman | 2017-12-08 | 8 | -0/+505 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #6682 from nextcloud/dav-mimetype-fallback | Roeland Jago Douma | 2017-12-11 | 1 | -9/+17 |
|\ \ \ | | | | | | | | | Fallback to filename based detection if the remote dav server doesn't… | ||||
| * | | | Fallback to filename based detection if the remote dav server doesn't know ↵ | Robin Appelman | 2017-09-28 | 1 | -9/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #7427 from nextcloud/fix-white-color-in-emails | Morris Jobke | 2017-12-11 | 3 | -4/+24 |
|\ \ \ \ | |_|_|/ |/| | | | Fix email buttons for white theme | ||||
| * | | | Fix email buttons for white theme | Morris Jobke | 2017-12-11 | 3 | -4/+24 |
| | |/ | |/| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Fix syntax error | Morris Jobke | 2017-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Fixed phpdoc and function type | John Molakvoæ (skjnldsv) | 2017-12-11 | 1 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Fixed md5 generation and added fallback for scss requests | John Molakvoæ (skjnldsv) | 2017-12-11 | 1 | -6/+32 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Use apps versions to generate suffix when possible | John Molakvoæ (skjnldsv) | 2017-12-11 | 1 | -5/+14 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-11 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-10 | 2 | -0/+418 |
| | | |