summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | lib: Fix typos (found by codespell)Stefan Weil2016-04-0721-25/+25
|/ / / /
* | | | Merge pull request #23773 from owncloud/share_move_delete_user_hookJoas Schilling2016-04-074-19/+103
|\ \ \ \ | |/ / / |/| | |
| * | | Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-044-19/+103
* | | | Replace getid3 with ID3ParserLukas Reschke2016-04-061-6/+10
* | | | 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 #23794 from owncloud/handle-null-in-usermanagerThomas Müller2016-04-051-7/+11
|\ \ \ \ \
| * | | | | Prevent null to be passed into the closure of callForAllUsersThomas Müller2016-04-051-7/+11
* | | | | | 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-052-15/+51
|\ \ \ \ \
| * | | | | 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-042-12/+33
* | | | | | 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
| | |/ / | |/| |
* | | | Merge pull request #23722 from owncloud/also-hide-password-for-private-key-pa...Thomas Müller2016-04-041-1/+1
|\ \ \ \
| * | | | Also replace password in updatePrivateKeyPasswordLukas Reschke2016-04-011-1/+1
* | | | | Sanitize more data in config reportLukas Reschke2016-04-011-1/+13
| |_|/ / |/| | |
* | | | Initialise the printcss arrayJoas Schilling2016-04-011-0/+1
|/ / /
* | | Merge pull request #23713 from owncloud/small_encryption_fixThomas Müller2016-03-311-0/+1
|\ \ \
| * | | make sure that we always remove the file again from the cache after the versi...Bjoern Schiessle2016-03-311-0/+1
* | | | Merge pull request #23676 from owncloud/handle-null-return-getAppInfoMorris Jobke2016-03-312-0/+18
|\ \ \ \
| * | | | Properly handle return values of OC_App::getAppInfo()Morris Jobke2016-03-302-0/+18
* | | | | Merge pull request #16857 from owncloud/printStylesheetsC. Montero Luque2016-03-311-9/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | support print stylesheetsHendrik Leppelsack2016-01-131-9/+39
* | | | | Merge pull request #23445 from owncloud/enc_small_improvementFrank Karlitschek2016-03-311-1/+1
|\ \ \ \ \
| * | | | | no need to calculate the header size, if the first block contain a header we ...Bjoern Schiessle2016-03-211-1/+1
* | | | | | Merge pull request #23707 from owncloud/make-sure-that-encrypted-version-is-setFrank Karlitschek2016-03-311-2/+7
|\ \ \ \ \ \
| * | | | | | Make sure that the encrypted version is setLukas Reschke2016-03-311-2/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #23675 from owncloud/fix_encryption_versions_on_external_s...Frank Karlitschek2016-03-315-61/+157
|\ \ \ \ \ \
| * | | | | | fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-315-61/+157
| |/ / / / /
* / / / / / Add setId and setProviderID to the public interfaceRoeland Jago Douma2016-03-301-2/+23
|/ / / / /
* | | | | Merge pull request #23628 from owncloud/avatar-removeThomas Müller2016-03-301-1/+1
|\ \ \ \ \
| * | | | | only remove avatars from the folder we store them inRobin Appelman2016-03-301-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #23654 from owncloud/issue-23653-xcache-detection-failsThomas Müller2016-03-301-1/+1
|\ \ \ \ \
| * | | | | xcache.var_size with 64M should evaluate to isAvailableJoas Schilling2016-03-301-1/+1
* | | | | | Non moveable mount points should always be UPDATE+DELETE shareableRoeland Jago Douma2016-03-301-1/+13
|/ / / / /
* | | | | Merge pull request #23543 from owncloud/issue-23503-activity-emails-always-shortThomas Müller2016-03-291-2/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow the activity app to set the current user when sending emailsJoas Schilling2016-03-241-1/+19
| * | | | We are only formatting an object when it's not nullJoas Schilling2016-03-241-1/+2
* | | | | Merge pull request #23545 from owncloud/issue-17144-lock-mount-point-on-removalThomas Müller2016-03-241-0/+4
|\ \ \ \ \
| * | | | | Lock the mountpoint while removingJoas Schilling2016-03-241-0/+4
* | | | | | Merge pull request #23154 from owncloud/avatar-save-failureThomas Müller2016-03-243-6/+24
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | dont die when we cant save the resized avatar, log insteadRobin Appelman2016-03-113-6/+24
* | | | | | add missing varJörn Friedrich Dreyer2016-03-241-0/+4
* | | | | | Merge pull request #23542 from owncloud/catch-empty-app-path-oh-we-really-sho...Thomas Müller2016-03-241-3/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | getAppPath can return falseLukas Reschke2016-03-241-3/+6
| | |/ / / | |/| | |
* / | | | Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-0/+3
|/ / / /
* | | | Merge pull request #23515 from owncloud/issue-22695-wrong-menu-translationsThomas Müller2016-03-231-6/+4
|\ \ \ \