summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #519 from GitHubUser4234/masterblizzz2016-07-283-0/+203
|\ | | | | New LDAPProvider for user_ldap
| * Nextcloud license header for new filesroot2016-07-283-24/+31
| |
| * Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-272-0/+13
| |\
| * | final changesroot2016-07-273-13/+10
| | |
| * | New LDAPProvider for user_ldaproot2016-07-223-0/+199
| | |
* | | Remove php side of check registrationJoas Schilling2016-07-271-79/+0
| | |
* | | Add workflowengineMorris Jobke2016-07-263-0/+183
| |/ |/|
* | use limit instead of since when listing recent filesRobin Appelman2016-07-221-2/+3
| |
* | add recent files to node apiRobin Appelman2016-07-222-0/+12
|/
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-21223-374/+602
|\ | | | | Update emails and license headers with latest changes
| * Update with robinJoas Schilling2016-07-2169-69/+69
| |
| * Fix othersJoas Schilling2016-07-21223-306/+534
| |
* | AppFramework do not get default responseRoeland Jago Douma2016-07-202-3/+18
|/ | | | | | | | | The OCSResponse differs from other responses in that it defaults to XML. However we fell back to json by default. This makes sure that if nothing is set we don't pass anything. Which defaults then to the controllers default (which is often 'json') but in the case of the OCSResponse 'xml'.
* Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-202-0/+23
|\ | | | | [master] Port Same-Site Cookies to master
| * [master] Port Same-Site Cookies to masterLukas Reschke2016-07-202-0/+23
| | | | | | | | Fixes https://github.com/nextcloud/server/issues/50
* | Deprecate \OCP\APIRoeland Jago Douma2016-07-201-0/+2
| |
* | Add OCSMiddleware to catch OCS exceptionsRoeland Jago Douma2016-07-204-0/+165
|/ | | | | | | * OCSException * OCSBadRequestException * OCSForbiddenException * OCSNotFoundException
* Merge pull request #402 from nextcloud/smb-notificationsMorris Jobke2016-07-203-0/+67
|\ | | | | smb update notifications
| * fix sinceRobin Appelman2016-07-151-0/+4
| |
| * add notify support to smb storageRobin Appelman2016-07-141-0/+47
| |
| * Save the files external mount id in the mount cache tableRobin Appelman2016-07-132-0/+16
| |
* | Merge pull request #436 from nextcloud/public-regex-to-match-our-clientsMorris Jobke2016-07-191-0/+14
|\ \ | | | | | | Copy the regexes to the public interface
| * | Copy the regexes to the public interfaceJoas Schilling2016-07-181-0/+14
| |/
* | Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke2016-07-191-0/+76
|\ \ | | | | | | SystemTags for everything not just files
| * | Update since versionJoas Schilling2016-07-181-5/+5
| | |
| * | Allow apps to register SystemTags pluginsJoas Schilling2016-07-181-0/+76
| |/
* / Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
|/
* Fix case with no userRoeland Jago Douma2016-06-141-1/+6
|
* Optimize isSharingDisabledForuserRoeland Jago Douma2016-06-141-5/+9
|
* Merge pull request #24863 from owncloud/propagator-batchingVincent Petry2016-06-101-0/+19
|\ | | | | Propagator batching for the file scanner
| * add propagator batchingRobin Appelman2016-06-021-0/+19
| |
* | Implement classification migration as repair stepThomas Müller2016-06-091-1/+2
| |
* | Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-062-2/+3
|/
* Update license headersLukas Reschke2016-05-2673-79/+92
|
* Move public search namespace to PSR-4Joas Schilling2016-05-243-0/+0
|
* Merge pull request #24750 from ↵Vincent Petry2016-05-231-0/+35
|\ | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * Code style and doc fixPiotr Filiciak2016-05-231-0/+1
| |
| * Http Range requests support in downloadsPiotr Filiciak2016-05-201-0/+34
| | | | | | | | Http range requests support is required for video preview
* | Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+93
|\ \ | | | | | | two factor auth
| * | Add two factor auth to coreChristoph Wurst2016-05-231-0/+93
| | |
* | | Only recurse into incomplete folders during background scansRobin Appelman2016-05-231-0/+1
|/ /
* | Move EntityEvent to PSR-4Joas Schilling2016-05-231-0/+0
| |
* | Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-231-0/+76
| |
* | Merge pull request #24732 from owncloud/autoloader_fixVincent Petry2016-05-211-0/+0
|\ \ | | | | | | Autoloader fix
| * | Move Template to PSR-4Roeland Jago Douma2016-05-201-0/+0
| |/
* | Merge pull request #24696 from owncloud/lock-jobs-while-executingVincent Petry2016-05-212-0/+30
|\ \ | | | | | | Lock jobs while executing them, to allow multiple executors to run in…
| * | Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-0/+11
| | |
| * | Add a method to lock a tableJoas Schilling2016-05-211-0/+19
| |/
* | Some tweaks for systemtagmanagerVincent Petry2016-05-202-63/+1
| |
* | Add systemtag_group table and get/set methodsVincent Petry2016-05-201-0/+20
| | | | | | | | | | Added systemtag to group mapping table. Added methods in ISystemTagManager to get/set the group mappings.