summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-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::callCheckMorris Jobke2015-12-221-1/+3
|
* Merge pull request #21281 from owncloud/allow-di-for-background-jobsThomas Müller2015-12-181-1/+18
|\ | | | | Allow background jobs to be service names for DI
| * Add methods to interface which have always been requiredJoas Schilling2015-12-181-1/+18
| |
* | Merge pull request #21280 from owncloud/drop-unused-methodsThomas Müller2015-12-181-2/+9
|\ \ | |/ |/| OC_Helper::makeURLAbsolute is not used anymore
| * Move OC_Helper code to OCP\Util for linkToRemoteMorris Jobke2015-12-181-1/+5
| |
| * properly use OCP\Util instead of OC_HelperMorris Jobke2015-12-181-1/+4
| |
* | Make sure the interface and the implementation matchJoas Schilling2015-12-181-6/+2
|/
* OC_Helper::linkToRoute is deprecatedRoeland Jago Douma2015-12-171-1/+1
| | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute
* Merge pull request #21240 from owncloud/avatar_speedupThomas Müller2015-12-171-0/+11
|\ | | | | Avatar speedup
| * [Avatars] Add function to get the Node of the avatarRoeland Jago Douma2015-12-161-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 deprecatedRoeland Jago Douma2015-12-171-1/+1
|/ | | | Replaced with suggested (and calling body of)
* Merge pull request #21135 from owncloud/add-polyfillThomas Müller2015-12-112-6/+8
|\ | | | | Add polyfills for PHP55, PHP56 and PHP70 functionalities
| * Use PHP polyfillsLukas Reschke2015-12-112-6/+8
| |
* | IMemcacheTTL was backported to 8.2.2Morris Jobke2015-12-101-2/+2
|/ | | | see #21113
* Merge pull request #21073 from owncloud/memcache-lock-ttlThomas Müller2015-12-101-0/+38
|\ | | | | Add ttl for redis based locking
| * add sinceRobin Appelman2015-12-091-0/+1
| |
| * Add interface for memcache backends that support setting ttl on exisiting keysRobin Appelman2015-12-091-0/+37
| |
* | improve PHP doc and remove superflous by reference indicatorArthur Schiwon2015-12-091-2/+2
| |
* | anounce CommentsManager getter in public server interfaceArthur Schiwon2015-12-091-0/+6
| |
* | fix phpdocArthur Schiwon2015-12-091-2/+3
| |
* | fix php docArthur Schiwon2015-12-091-1/+1
| |
* | add icommentsmanger and icomment implementationArthur Schiwon2015-12-093-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-featuresThomas Müller2015-12-081-0/+43
|\ | | | | Querybuilder new features
| * Add a method to the get "to use" table and column nameJoas Schilling2015-12-081-0/+19
| |
| * Add select distinct to the query builderJoas Schilling2015-12-081-0/+16
| |
| * Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+8
| |
* | Merge pull request #20786 from owncloud/systemtags-davThomas Müller2015-12-081-1/+1
|\ \ | | | | | | DAV endpoint for system tags
| * | Fixed system tags DAV and API and docsVincent Petry2015-12-041-1/+1
| | |
* | | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke2015-12-081-3/+3
| |/ |/|
* | Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\AppMorris Jobke2015-12-041-1/+2
| |
* | Merge pull request #20545 from owncloud/scan-storage-in-background-jobThomas Müller2015-12-031-1/+0
|\ \ | |/ |/| Move files/ajax/scan.php to background job
| * Move files/ajax/scan.php to background jobLukas Reschke2015-11-281-1/+0
| | | | | | | | The background job will now be executed in chunks of 500 users all 10 minutes.
* | Fix code from commentsJesús Macias2015-12-034-27/+15
| |
* | Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-031-0/+3
| |
* | Fix code from PR commentsJesús Macias2015-12-035-8/+13
| |
* | Add new external storage exceptions for different errorsJesús Macias2015-12-034-0/+177
| |
* | Merge pull request #20872 from owncloud/systemtags-better-not-found-exceptionThomas Müller2015-12-032-2/+28
|\ \ | | | | | | Systemtags better not found exception
| * | Add a method to get the list of tags from the TagNotFound ExceptionJoas Schilling2015-12-012-2/+28
| | |
* | | Adding unit test for MailNotifications::sendInternalShareMail()Thomas Müller2015-12-021-1/+1
| | |
* | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-usersThomas Müller2015-12-022-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üller2015-12-021-0/+7
| | | | | | | | | | | | | | | | callbask for each user in all backends
| * | | Add the user's cloud id to the vCardThomas Müller2015-12-021-0/+8
| | | |
| * | | Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-0/+9
| |/ /
* / / Reduce OC_Config usage in lib/Morris Jobke2015-12-021-2/+3
|/ / | | | | | | * replaced by proper public interfaces
* | Fix the docs of the exceptions and remove hardcoded language from the messageJoas Schilling2015-12-011-1/+3
| |
* | Merge pull request #20650 from owncloud/systemtags-coreThomas Müller2015-11-304-5/+35
|\ \ | |/ |/| Implement systemtag managers and mapper
| * Added system tags data structure and PHP side managersVincent Petry2015-11-274-5/+35
| | | | | | | | Added SystemTagManager and SystemTagObjectMapper
* | Merge pull request #20702 from owncloud/move-user-principal-into-subfolderThomas Müller2015-11-261-0/+8
|\ \ | | | | | | Users are available under it's own principal resource named 'principa…
| * | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-251-0/+8
| | |