summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #23962 from owncloud/activity-psr4Thomas Müller2016-04-131-0/+0
|\ \ \ \
| * | | | Move files in \OC\Activity to PSR-4Roeland Jago Douma2016-04-131-0/+0
* | | | | Merge pull request #23963 from owncloud/lazyRootJoas Schilling2016-04-133-3/+494
|\ \ \ \ \
| * | | | | Make shareproviders use the lazy root folderRoeland Jago Douma2016-04-131-2/+2
| * | | | | Add lazyRootFolderRoeland Jago Douma2016-04-132-1/+492
| |/ / / /
* | | | | Merge pull request #23954 from stweil/masterThomas Müller2016-04-131-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | misc: Fix some typosStefan Weil2016-04-121-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-132-2/+12
* | | | | set $share to null if getShareByToken() failedBjörn Schießle2016-04-121-1/+1
|/ / / /
* | | | Add unit testing capabilities for templates (#23708)Thomas Müller2016-04-122-27/+39
* | | | Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-127-14/+75
* | | | Don't calculate permissions twice (#23917)Roeland Douma2016-04-121-1/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-122-0/+2
* | | | Merge pull request #23856 from owncloud/share_remove_addtogroup_hooksJoas Schilling2016-04-112-120/+0
|\ \ \ \
| * | | | Remove pre/post_addToGroup hooks for sharesRoeland Jago Douma2016-04-082-120/+0
* | | | | Catch the AutoloadNotAllowedException also for legacy jobs (#23901)Morris Jobke2016-04-111-2/+9
* | | | | To be safe don't unload until end (#23752)Joshua Ruehlig2016-04-111-1/+1
* | | | | Merge pull request #23798 from owncloud/federated-unshare-background-jobMorris Jobke2016-04-111-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | re-try to send unshare notification if remote server is not availableBjoern Schiessle2016-04-081-1/+2
* | | | | Merge pull request #23860 from owncloud/followup-23304-opening-empty-fileThomas Müller2016-04-111-3/+9
|\ \ \ \ \
| * | | | | Correctly return an empty string for empty filesJoas Schilling2016-04-081-3/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #23553 from owncloud/lock-ttl-execution-timeThomas Müller2016-04-084-8/+15
|\ \ \ \ \
| * | | | | Make lock ttl configurableRobin Appelman2016-04-074-8/+15
* | | | | | Merge pull request #23736 from owncloud/move_public_webdav_auth_to_share_managerThomas Müller2016-04-081-1/+19
|\ \ \ \ \ \
| * | | | | | Set proper permissions on link shareRoeland Jago Douma2016-04-081-1/+19
| | |/ / / / | |/| | | |
* / | | | | lib: Fix typos (found by codespell)Stefan Weil2016-04-0729-36/+36
|/ / / / /
* | | | | Merge pull request #23773 from owncloud/share_move_delete_user_hookJoas Schilling2016-04-077-20/+125
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-047-20/+125
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-072-0/+4
| |/ / / |/| | |
* | | | Merge pull request #23766 from owncloud/replace-getid-3Lukas Reschke2016-04-061-6/+10
|\ \ \ \
| * | | | Replace getid3 with ID3ParserLukas Reschke2016-04-061-6/+10
* | | | | Merge pull request #23819 from owncloud/move-core-completely-to-psr4Roeland Douma2016-04-061-1/+1
|\ \ \ \ \
| * | | | | Remove OC/Core autoloading from old autoloaderLukas Reschke2016-04-061-1/+1
| |/ / / /
* | | | | Merge pull request #23820 from owncloud/move-settings-completely-to-psr4Roeland Douma2016-04-061-1/+1
|\ \ \ \ \
| * | | | | Remove OC/Settings from old autoloaderLukas Reschke2016-04-061-1/+1
| |/ / / /
* / / / / [tx-robot] updated from transifexJenkins for ownCloud2016-04-062-0/+2
|/ / / /
* | | | Merge pull request #23763 from owncloud/do_not_export_share_type_2Morris Jobke2016-04-061-2/+0
|\ \ \ \
| * | | | Share type 2 is privateRoeland Jago Douma2016-04-041-2/+0
* | | | | Merge pull request #23811 from owncloud/move-settings-and-oc-core-to-composerThomas Müller2016-04-052-1/+3
|\ \ \ \ \
| * | | | | Move OC\Core and OC\Settings to composer autoloaderLukas Reschke2016-04-052-1/+3
* | | | | | Merge pull request #23794 from owncloud/handle-null-in-usermanagerThomas Müller2016-04-052-10/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Prevent null to be passed into the closure of callForAllUsersThomas Müller2016-04-052-10/+14
* | | | | | load mobile styles last, fix #19596Jan-Christoph Borchardt2016-04-051-6/+6
|/ / / / /
* | | | | Merge pull request #23677 from owncloud/db-schema-migration-feedbackThomas Müller2016-04-053-15/+52
|\ \ \ \ \
| * | | | | Fix verbose output of upgrade command - not progressbar in this case and the ...Thomas Müller2016-04-041-3/+18
| * | | | | Show individual sql schema migration steps during upgrade - on web as well as...Thomas Müller2016-04-043-12/+34
* | | | | | Fix PHP memory leak in file_get_contents()Morris Jobke2016-04-042-2/+9
| |_|/ / / |/| | | |
* | | | | Merge pull request #23557 from owncloud/sabre-plugin-browser-error-pageThomas Müller2016-04-042-1/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add magical regex to catch browsersLukas Reschke2016-03-241-0/+8
| * | | | In case of exception we return an html page in case the client is a browserThomas Müller2016-03-241-1/+4
| | |/ / | |/| |