Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecate getters for deprecated class | Bernhard Posselt | 2015-02-25 | 1 | -1/+2 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+19 |
| | |||||
* | Add IniGetWrapper to public interface | Lukas Reschke | 2014-12-11 | 1 | -0/+7 |
| | |||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -0/+5 |
| | |||||
* | Use server container | Lukas Reschke | 2014-11-27 | 1 | -0/+7 |
| | |||||
* | Add \OC\App\Manager to handle enabling/disabling apps | Robin Appelman | 2014-11-10 | 1 | -0/+7 |
| | |||||
* | Merge pull request #11998 from owncloud/add-get-logger-to-interface | Lukas Reschke | 2014-11-06 | 1 | -0/+7 |
|\ | | | | | Add getLogger() to IServerContainer | ||||
| * | Add getLogger() to IServerContainer | Lukas Reschke | 2014-11-06 | 1 | -0/+7 |
| | | | | | | | | Makes my IDE complaining less ;-) | ||||
* | | Add OCP\Security\IHasher | Lukas Reschke | 2014-11-06 | 1 | -0/+13 |
|/ | | | | | | | Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136 | ||||
* | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2014-10-24 | 1 | -0/+7 |
| | |||||
* | Rename namespace to Diagnostics | Robin Appelman | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | Add QueryLogger interface to allow apps to get a list of used queries | Robin Appelman | 2014-10-20 | 1 | -0/+9 |
| | |||||
* | Add an EventLogger interface to allow apps to get a log of the request timeline | Robin Appelman | 2014-10-20 | 1 | -0/+7 |
| | |||||
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -0/+6 |
| | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests | ||||
* | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 1 | -2/+2 |
| | |||||
* | Add event source to the public api | Robin Appelman | 2014-09-03 | 1 | -0/+7 |
| | |||||
* | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 1 | -0/+7 |
|\ | | | | | Make external shares work with imported self signed certificates | ||||
| * | Move certificate management code to core | Robin Appelman | 2014-08-31 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #10770 from owncloud/getUserFolder | Morris Jobke | 2014-08-31 | 1 | -1/+2 |
|\ \ | | | | | | | update public interface for getUserFolder | ||||
| * | | update public interface for getUserFolder | Morris Jobke | 2014-08-31 | 1 | -1/+2 |
| |/ | |||||
* / | Also extend public server interface | Robin Appelman | 2014-08-31 | 1 | -1/+2 |
|/ | |||||
* | Add group management to the public api | Robin Appelman | 2014-07-16 | 1 | -0/+7 |
| | |||||
* | Expose the user manager in the public server container | Robin Appelman | 2014-07-14 | 1 | -0/+7 |
| | |||||
* | make search non-static, add ISearch to server container, make legacy a ↵ | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -0/+8 |
| | | | | static wrapper for it, move provider and result to public api | ||||
* | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 1 | -0/+8 |
| | |||||
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php | ||||
| * | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -0/+6 |
| | | |||||
* | | More PHPDoc updates | Bart Visscher | 2014-02-28 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #7156 from owncloud/backgroundjob-public | Thomas Müller | 2014-02-14 | 1 | -0/+7 |
|\ | | | | | Add the background job list to the public server container | ||||
| * | Add the background job list to the public server container | Robin Appelman | 2014-02-11 | 1 | -0/+7 |
| | | |||||
* | | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 1 | -0/+61 |
|\| | |||||
| * | Fix some phpdoc errors and rename interface | Robin Appelman | 2014-01-24 | 1 | -1/+1 |
| | | |||||
| * | Also update the OCP\IServerContainer | Robin Appelman | 2014-01-08 | 1 | -3/+3 |
| | | |||||
| * | Remove the static dependency on OC_Util from Memcache | Robin Appelman | 2014-01-06 | 1 | -0/+7 |
| | | |||||
| * | API doc for contacts manager, server container and share | Morris Jobke | 2013-11-27 | 1 | -1/+10 |
| | | |||||
| * | fixing PHPDoc comments and syntax | Thomas Müller | 2013-11-22 | 1 | -1/+1 |
| | | |||||
| * | Add public API for \OC\Avatar | kondou | 2013-11-07 | 1 | -0/+6 |
| | | |||||
| * | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 1 | -0/+8 |
| | | |||||
| * | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-09 | 1 | -0/+17 |
| |\ | |||||
| | * | Add Helper and URLGenerator interfaces to server container | Bart Visscher | 2013-10-04 | 1 | -0/+10 |
| | | | |||||
| | * | Add L10N interface to server container | Bart Visscher | 2013-10-04 | 1 | -0/+7 |
| |/ |/| | |||||
| * | Merge branch 'appframework-master' into activities-api | Thomas Müller | 2013-09-29 | 1 | -0/+46 |
| |\ | |/ |/| | | | | | Conflicts: lib/public/iservercontainer.php | ||||
| * | adding basic interfaces for the activities api | Thomas Müller | 2013-09-20 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #4892 from owncloud/vcategories_public | Thomas Müller | 2013-09-25 | 1 | -0/+8 |
|\ \ | | | | | | | OC_VCategories => OC\Tags. Public interface and getter in server container | ||||
| * | | Add factory class for the server container. | Thomas Tanghus | 2013-09-24 | 1 | -1/+2 |
| | | | |||||
| * | | OC_VCategories=>OC\Tags. Public interface + getter in server container | Thomas Tanghus | 2013-09-23 | 1 | -0/+7 |
| | | | |||||
* | | | Remove duplicate method definitions | Thomas Tanghus | 2013-09-24 | 1 | -14/+1 |
| | | | |||||
* | | | Merge branch 'server_folder_methods' of github.com:owncloud/core into ↵ | Thomas Tanghus | 2013-09-24 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server_folder_methods Conflicts: lib/public/iservercontainer.php lib/server.php | ||||
| * \ \ | Merge branch 'appframework-master' into server_folder_methods | Thomas Tanghus | 2013-09-19 | 1 | -0/+7 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Add getUserFolder/getAppFolder to Server. | Thomas Tanghus | 2013-09-18 | 1 | -0/+14 |
| | | | |