Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move regeneration of session ID into session classes | Lukas Reschke | 2016-01-04 | 1 | -0/+8 |
| | | | | There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this. | ||||
* | Refactor OC_Util::callCheck | Morris Jobke | 2015-12-22 | 1 | -1/+3 |
| | |||||
* | Merge pull request #21281 from owncloud/allow-di-for-background-jobs | Thomas Müller | 2015-12-18 | 1 | -1/+18 |
|\ | | | | | Allow background jobs to be service names for DI | ||||
| * | Add methods to interface which have always been required | Joas Schilling | 2015-12-18 | 1 | -1/+18 |
| | | |||||
* | | Merge pull request #21280 from owncloud/drop-unused-methods | Thomas Müller | 2015-12-18 | 1 | -2/+9 |
|\ \ | |/ |/| | OC_Helper::makeURLAbsolute is not used anymore | ||||
| * | Move OC_Helper code to OCP\Util for linkToRemote | Morris Jobke | 2015-12-18 | 1 | -1/+5 |
| | | |||||
| * | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 1 | -1/+4 |
| | | |||||
* | | Make sure the interface and the implementation match | Joas Schilling | 2015-12-18 | 1 | -6/+2 |
|/ | |||||
* | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute | ||||
* | Merge pull request #21240 from owncloud/avatar_speedup | Thomas Müller | 2015-12-17 | 1 | -0/+11 |
|\ | | | | | Avatar speedup | ||||
| * | [Avatars] Add function to get the Node of the avatar | Roeland Jago Douma | 2015-12-16 | 1 | -0/+11 |
| | | | | | | | | | | Since we usually just get the avatar and stream the content to the users there is no need to first create an image in memory. | ||||
* | | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
|/ | | | | Replaced with suggested (and calling body of) | ||||
* | Merge pull request #21135 from owncloud/add-polyfill | Thomas Müller | 2015-12-11 | 2 | -6/+8 |
|\ | | | | | Add polyfills for PHP55, PHP56 and PHP70 functionalities | ||||
| * | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 2 | -6/+8 |
| | | |||||
* | | IMemcacheTTL was backported to 8.2.2 | Morris Jobke | 2015-12-10 | 1 | -2/+2 |
|/ | | | | see #21113 | ||||
* | Merge pull request #21073 from owncloud/memcache-lock-ttl | Thomas Müller | 2015-12-10 | 1 | -0/+38 |
|\ | | | | | Add ttl for redis based locking | ||||
| * | add since | Robin Appelman | 2015-12-09 | 1 | -0/+1 |
| | | |||||
| * | Add interface for memcache backends that support setting ttl on exisiting keys | Robin Appelman | 2015-12-09 | 1 | -0/+37 |
| | | |||||
* | | improve PHP doc and remove superflous by reference indicator | Arthur Schiwon | 2015-12-09 | 1 | -2/+2 |
| | | |||||
* | | anounce CommentsManager getter in public server interface | Arthur Schiwon | 2015-12-09 | 1 | -0/+6 |
| | | |||||
* | | fix phpdoc | Arthur Schiwon | 2015-12-09 | 1 | -2/+3 |
| | | |||||
* | | fix php doc | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 |
| | | |||||
* | | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 3 | -6/+57 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | register CommentsManager service, allow override, document in config.sample.php don't insert autoincrement ids in tests, because of dislikes from oracle and pgsql specify timezone in null date only accepts strings for ID parameter that can be converted to int replace forgotten hardcoded IDs in tests react on deleted users react on file deletion Postgresql compatibility lastInsertId needs *PREFIX* with the table name do not listen for file deletion, because it is not reliable (trashbin, external storages) add runtime cache for comments | ||||
* | Merge pull request #21030 from owncloud/querybuilder-new-features | Thomas Müller | 2015-12-08 | 1 | -0/+43 |
|\ | | | | | Querybuilder new features | ||||
| * | Add a method to the get "to use" table and column name | Joas Schilling | 2015-12-08 | 1 | -0/+19 |
| | | |||||
| * | Add select distinct to the query builder | Joas Schilling | 2015-12-08 | 1 | -0/+16 |
| | | |||||
| * | Allow getting the last insert id without much hassle | Joas Schilling | 2015-12-08 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #20786 from owncloud/systemtags-dav | Thomas Müller | 2015-12-08 | 1 | -1/+1 |
|\ \ | | | | | | | DAV endpoint for system tags | ||||
| * | | Fixed system tags DAV and API and docs | Vincent Petry | 2015-12-04 | 1 | -1/+1 |
| | | | |||||
* | | | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML | Lukas Reschke | 2015-12-08 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App | Morris Jobke | 2015-12-04 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #20545 from owncloud/scan-storage-in-background-job | Thomas Müller | 2015-12-03 | 1 | -1/+0 |
|\ \ | |/ |/| | Move files/ajax/scan.php to background job | ||||
| * | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 1 | -1/+0 |
| | | | | | | | | The background job will now be executed in chunks of 500 users all 10 minutes. | ||||
* | | Fix code from comments | Jesús Macias | 2015-12-03 | 4 | -27/+15 |
| | | |||||
* | | Migrate storate status code to storagenotavailablexception | Jesús Macias | 2015-12-03 | 1 | -0/+3 |
| | | |||||
* | | Fix code from PR comments | Jesús Macias | 2015-12-03 | 5 | -8/+13 |
| | | |||||
* | | Add new external storage exceptions for different errors | Jesús Macias | 2015-12-03 | 4 | -0/+177 |
| | | |||||
* | | Merge pull request #20872 from owncloud/systemtags-better-not-found-exception | Thomas Müller | 2015-12-03 | 2 | -2/+28 |
|\ \ | | | | | | | Systemtags better not found exception | ||||
| * | | Add a method to get the list of tags from the TagNotFound Exception | Joas Schilling | 2015-12-01 | 2 | -2/+28 |
| | | | |||||
* | | | Adding unit test for MailNotifications::sendInternalShareMail() | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-users | Thomas Müller | 2015-12-02 | 2 | -0/+24 |
|\ \ \ | | | | | | | | | Adding system addressbook for users of this instance - a occ command … | ||||
| * | | | Proposal: add enumeration function to IUserManager which simply calls a ↵ | Thomas Müller | 2015-12-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | callbask for each user in all backends | ||||
| * | | | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 1 | -0/+8 |
| | | | | |||||
| * | | | Add IUser::getAvatarImage() for easy access | Thomas Müller | 2015-12-02 | 1 | -0/+9 |
| |/ / | |||||
* / / | Reduce OC_Config usage in lib/ | Morris Jobke | 2015-12-02 | 1 | -2/+3 |
|/ / | | | | | | | * replaced by proper public interfaces | ||||
* | | Fix the docs of the exceptions and remove hardcoded language from the message | Joas Schilling | 2015-12-01 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #20650 from owncloud/systemtags-core | Thomas Müller | 2015-11-30 | 4 | -5/+35 |
|\ \ | |/ |/| | Implement systemtag managers and mapper | ||||
| * | Added system tags data structure and PHP side managers | Vincent Petry | 2015-11-27 | 4 | -5/+35 |
| | | | | | | | | Added SystemTagManager and SystemTagObjectMapper | ||||
* | | Merge pull request #20702 from owncloud/move-user-principal-into-subfolder | Thomas Müller | 2015-11-26 | 1 | -0/+8 |
|\ \ | | | | | | | Users are available under it's own principal resource named 'principa… | ||||
| * | | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 1 | -0/+8 |
| | | |