summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #13636 from ↵Lukas Reschke2015-01-275-36/+235
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/add-warning-if-restore-of-data-is-not-possible Add value if restore of data is possible for a user
| * | | | | | | | Add value if restore of data is possible for a userMorris Jobke2015-01-275-36/+235
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy
* | | | | | | | Merge pull request #13701 from owncloud/disable-appcode-checkerLukas Reschke2015-01-271-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | disable the app code checker - some previous shipped apps cannot be inst...
| * | | | | | | disable the app code checker - some previous shipped apps cannot be ↵Thomas Müller2015-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installed from the appstore now :facepunch:
* | | | | | | | Merge pull request #13676 from owncloud/fix-node-ifaceThomas Müller2015-01-272-3/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix node interface
| * | | | | | | | fix node interfaceBernhard Posselt2015-01-262-3/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #13679 from owncloud/public-disablesharejspluginThomas Müller2015-01-273-3/+30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Disable JS plugin for sharing in public mode
| * | | | | | | | | Do not disclose share owner in public file listVincent Petry2015-01-261-1/+4
| | | | | | | | | |
| * | | | | | | | | Disable JS plugin for sharing in public modeVincent Petry2015-01-262-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the logic that registers the share action and modifies the rows. Share actions aren't needed in the public file list.
* | | | | | | | | | Merge pull request #13691 from owncloud/s2s-acceptsinglefileThomas Müller2015-01-272-4/+124
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Only reload file list after remote share accept request returns
| * | | | | | | | | Only reload file list after remote share accept request returnsVincent Petry2015-01-262-4/+124
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When accepting a remote share, an ajax request is sent to the server. Only once this request returns should the file list be reloaded.
* | | | | | | | | Merge pull request #13694 from ↵Thomas Müller2015-01-271-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/little-bit-more-descriptive-htaccess-error Make error more descriptive
| * | | | | | | | | Make error more descriptiveLukas Reschke2015-01-261-1/+1
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Ref https://github.com/owncloud/core/issues/13693#issuecomment-71546767
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-276-0/+12
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #13490 from owncloud/fix_reshare_s2s_shareVincent Petry2015-01-2610-68/+98
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | use uid provided by setupfs hook to mount server2server shares
| * | | | | | | | certificate manager should always use a \OC\Files\View otherwise we will get ↵Bjoern Schiessle2015-01-264-19/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problems for different primary storages
| * | | | | | | | certificate manager only needs the user-id, no need to pass on the complete ↵Bjoern Schiessle2015-01-266-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user object
| * | | | | | | | use uid provided by setupfs hook to mount server2server shares, otherwise ↵Bjoern Schiessle2015-01-265-35/+34
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | mount will fail for public link shares
* | | | | | | | Merge pull request #13677 from owncloud/s2s-doubleslashrequestVincent Petry2015-01-261-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Prevent double slash in shareinfo request URL
| * | | | | | | Prevent double slash in shareinfo request URLVincent Petry2015-01-261-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #13660 from owncloud/remove-duplicate-service-definitionThomas Müller2015-01-261-12/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove duplicated definition of APIController
| * | | | | | Remove duplicated definition of APIControllerJoas Schilling2015-01-261-12/+0
| |/ / / / /
* | | | | | Merge pull request #13621 from owncloud/system-config-multisetThomas Müller2015-01-2615-137/+258
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add a method to set/unset multiple config values with one write
| * | | | | naming fixes while reviewingThomas Müller2015-01-263-19/+21
| | | | | |
| * | | | | Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-239-99/+105
| | | | | |
| * | | | | Add a method to set/unset multiple config values in one callJoas Schilling2015-01-236-22/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the number of file writes we do for config.php and therefor hopefully helps lowering the chances for empty config.php files
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-262-0/+2
| | | | | |
* | | | | | 8.0 beta 2v8.0.0beta2Frank Karlitschek2015-01-261-2/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-2528-14/+80
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-2480-6/+190
| | | | | |
* | | | | | Merge pull request #13637 from owncloud/s2s_notification_new_defaultsBjörn Schießle2015-01-232-3/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | by default send mail for new server-to-server share
| * | | | | | by default send mail for new server-to-server shareBjoern Schiessle2015-01-232-3/+75
|/ / / / / /
* | | | | | Merge pull request #13626 from owncloud/check-for-hhvmClark Tomlinson2015-01-231-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Don't check for `always_populate_raw_post_data` on HHVM
| * | | | | | Don't check for `always_populate_raw_post_data` on HHVMLukas Reschke2015-01-231-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HHVM seems to have problems with this at the moment (even setting those values in the php.ini of HHVM doesn't have helped much) and thus the unit test execution failed. So it's better if we disable this check for now for HHVM.
* | | | | | | Merge pull request #13463 from owncloud/share-getitemsharedwithuser-emptygroupLukas Reschke2015-01-232-21/+48
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Do not retrieve shares through group if user has no group
| * | | | | | Do not retrieve shares through group if user has no groupVincent Petry2015-01-232-21/+48
|/ / / / / /
* | | | | | Merge pull request #13479 from ↵Lukas Reschke2015-01-232-3/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue/13475-favorites-and-unavailable-external-storages Ignore favorites that are not available when creating the favorites list
| * | | | | | Ignore favorites that are not available when creating the favorites listJoas Schilling2015-01-232-3/+19
| |/ / / / / | | | | | | | | | | | | | | | | | | Also correctly return the exception for all cases when adding/removing favos
* | | | | | Merge pull request #13590 from owncloud/sabredav-1.8.12Morris Jobke2015-01-231-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update SabreDAV to 1.8.12
| * | | | | Update SabreDAV to 1.8.12Thomas Müller2015-01-231-0/+0
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-2322-6/+58
| | | | |
* | | | | Merge pull request #13593 from owncloud/add-check-for-raw-post-dataMorris Jobke2015-01-223-2/+19
|\ \ \ \ \ | | | | | | | | | | | | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6
| * | | | | add always_populate_raw_post_data to .user.iniMorris Jobke2015-01-221-0/+1
| | | | | |
| * | | | | translate error messagesMorris Jobke2015-01-221-4/+4
| | | | | |
| * | | | | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6Lukas Reschke2015-01-222-0/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHP 5.6 otherwise throws notices for perfectly valid code which results in broken endpoints. Fixes https://github.com/owncloud/core/issues/13592
* | | | | Merge pull request #13314 from owncloud/login-hook-logoutMorris Jobke2015-01-225-12/+41
|\ \ \ \ \ | | | | | | | | | | | | Return false if the login is canceled in a hook
| * | | | | Throw an exception when login is canceled by an appRobin Appelman2015-01-223-11/+33
| | | | | |
| * | | | | Allow custom error messages for the login pageRobin Appelman2015-01-222-1/+8
| | | | | |
| * | | | | Return false if the login is canceled in a hookRobin Appelman2015-01-131-1/+1
| | | | | |
* | | | | | Merge pull request #13449 from owncloud/image_preview_limitThomas Müller2015-01-222-0/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | add config-option for an image's maximum filesize when generating previews