Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move creating the database connection to the server container | Robin Appelman | 2014-10-22 | 1 | -2/+19 |
| | |||||
* | Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement ↵ | Robin Appelman | 2014-10-22 | 1 | -1/+1 |
| | | | | \OCP\IDBConnection directly instead | ||||
* | Rename to NullQueryLogger | Robin Appelman | 2014-10-20 | 1 | -4/+4 |
| | |||||
* | Log some basic events | Robin Appelman | 2014-10-20 | 1 | -0/+1 |
| | |||||
* | Rename namespace to Diagnostics | Robin Appelman | 2014-10-20 | 1 | -7/+7 |
| | |||||
* | Add QueryLogger interface to allow apps to get a list of used queries | Robin Appelman | 2014-10-20 | 1 | -0/+20 |
| | |||||
* | Add an EventLogger interface to allow apps to get a log of the request timeline | Robin Appelman | 2014-10-20 | 1 | -6/+26 |
| | |||||
* | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -0/+15 |
| | | | | suspend encryption proxy when copying skeleton | ||||
* | Implement Tag and TagMapper classes. | Bernhard Reiter | 2014-10-14 | 1 | -1/+6 |
| | | | | | Subclassed from \OCP\AppFramework\Db\Entity and Mapper, respectively. This will allow us to also deal with shared tags. | ||||
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -0/+12 |
| | | | | | | | | 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 | ||||
* | Merge pull request #10739 from owncloud/eventsource-public | Lukas Reschke | 2014-09-08 | 1 | -0/+9 |
|\ | | | | | Add EventSource to the public API | ||||
| * | 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/+9 |
| | | |||||
* | | Merge pull request #10642 from owncloud/securityutils | Lukas Reschke | 2014-09-03 | 1 | -0/+26 |
|\ \ | |/ |/| | Add some security utilities | ||||
| * | Merge branch 'master' into securityutils | Lukas Reschke | 2014-08-31 | 1 | -19/+30 |
| |\ | | | | | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | | Use DI | Lukas Reschke | 2014-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this | ||||
* | | | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 1 | -0/+18 |
|\ \ \ | |_|/ |/| | | Make external shares work with imported self signed certificates | ||||
| * | | Rename namespace | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | move certificate classes to their own namespace | Robin Appelman | 2014-08-31 | 1 | -0/+1 |
| | | | |||||
| * | | Move certificate management code to core | Robin Appelman | 2014-08-31 | 1 | -0/+17 |
| | | | |||||
* | | | Merge pull request #10768 from owncloud/l10n-use-public | Lukas Reschke | 2014-08-31 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Use public api for getting l10n | ||||
| * | | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -2/+3 |
| |/ / | |||||
* / / | Add optional user ID parameter for getUseFolder | Morris Jobke | 2014-08-31 | 1 | -5/+9 |
|/ / | |||||
* / | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -12/+18 |
|/ | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | Merge pull request #9904 from owncloud/loggedout-getuserfolder | Thomas Müller | 2014-07-28 | 1 | -1/+5 |
|\ | | | | | Dont throw an error when calling $server->getUserFolder when logged out | ||||
| * | Dont throw an error when calling $server->getUserFolder when logged out | Robin Appelman | 2014-07-25 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #9669 from owncloud/group-public | Robin Appelman | 2014-07-25 | 1 | -28/+48 |
|\ \ | |/ |/| | Add group management to the public api | ||||
| * | Add group management to the public api | Robin Appelman | 2014-07-16 | 1 | -28/+48 |
| | | |||||
* | | Revert change | Sander | 2014-07-22 | 1 | -2/+2 |
| | | |||||
* | | Allow getAppFolder to get another apps path | Sander | 2014-07-22 | 1 | -3/+2 |
|/ | | | cc @Raydiation | ||||
* | use UserSession service to resolve user id | Jörn Friedrich Dreyer | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | make search non-static, add ISearch to server container, make legacy a ↵ | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -0/+10 |
| | | | | static wrapper for it, move provider and result to public api | ||||
* | use registerService method instead of array access | Bernhard Posselt | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8482 from owncloud/public-logger | Thomas Müller | 2014-05-12 | 1 | -5/+22 |
|\ | | | | | Make logger available in the container | ||||
| * | fix missing spaces | Morris Jobke | 2014-05-12 | 1 | -1/+1 |
| | | |||||
| * | - make logger available in the container | Bernhard Posselt | 2014-05-09 | 1 | -5/+22 |
| | | | | | | | | | | - inject logger class into log - adding PHPDoc comments and fixing typos | ||||
* | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 1 | -0/+13 |
|\ \ | |/ |/| | Port database layer from appframework to core | ||||
| * | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 1 | -0/+13 |
| | | |||||
* | | fix getUserFolder() of server container | Morris Jobke | 2014-05-05 | 1 | -2/+10 |
|/ | |||||
* | Correctly process request parameters other than GET or POST, dont use ↵ | Bernhard Posselt | 2014-04-12 | 1 | -1/+8 |
| | | | | globals in the class but inject it | ||||
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -1/+22 |
|\ | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php | ||||
| * | Load the routes when matching or generating a route instead of when creating ↵ | Robin Appelman | 2014-03-24 | 1 | -5/+11 |
| | | | | | | | | the router | ||||
| * | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -0/+15 |
| | | |||||
* | | 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/+16 |
|\ | | | | | 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/+16 |
| | | |||||
* | | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 1 | -11/+107 |
|\| | |||||
| * | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-09 | 1 | -2/+4 |
| |\ | |||||
| | * | Fix ownCloud for php5.3.x | Thomas Müller | 2014-01-08 | 1 | -1/+2 |
| | | |