Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-17 | 30 | -42/+70 |
| | |||||
* | Merge pull request #21184 from owncloud/cli-logger-embedded-webserver | Thomas Müller | 2015-12-16 | 1 | -0/+3 |
|\ | | | | | Let's print error messages to the builtin webserver console ... makes… | ||||
| * | Let's print error messages to the builtin webserver console ... makes ↵ | Thomas Müller | 2015-12-14 | 1 | -0/+3 |
| | | | | | | | | development a bit easier | ||||
* | | Merge pull request #21232 from owncloud/fix-21230 | Thomas Müller | 2015-12-16 | 2 | -1/+42 |
|\ \ | | | | | | | Use name of ICollection for exception message | ||||
| * | | add unit test for #21230 | Morris Jobke | 2015-12-16 | 1 | -0/+41 |
| | | | |||||
| * | | Use name of ICollection for exception message | Morris Jobke | 2015-12-16 | 1 | -1/+1 |
|/ / | | | | | | | * fixes #21230 | ||||
* | | Merge pull request #21229 from owncloud/contrib-linktomaintainerspageforapps | Thomas Müller | 2015-12-16 | 1 | -14/+2 |
|\ \ | | | | | | | Replace list of apps with a link | ||||
| * | | Replace list of apps with a link | Vincent Petry | 2015-12-16 | 1 | -14/+2 |
|/ / | | | | | | | The link points to the maintainers page that already contains a more up to date list of apps and repo links. No need to have this information in two places. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-16 | 2 | -0/+20 |
| | | |||||
* | | Merge pull request #21133 from owncloud/fix-shared-files-of-deleted-users | C. Montero Luque | 2015-12-15 | 4 | -9/+203 |
|\ \ | | | | | | | Fix shared files of deleted users, detect DN change when checking for existence on LDAP | ||||
| * | | fix find DN by UUID for AD | Arthur Schiwon | 2015-12-14 | 1 | -13/+56 |
| | | | |||||
| * | | unit test on getHome in combination with OfflineUser | Arthur Schiwon | 2015-12-11 | 1 | -2/+52 |
| | | | |||||
| * | | adjust unit test | Arthur Schiwon | 2015-12-11 | 1 | -0/+8 |
| | | | |||||
| * | | look for DN changes before marking a user as deleted | Arthur Schiwon | 2015-12-11 | 3 | -3/+76 |
| | | | |||||
| * | | throw NoUserException in getHome when the requested user does not exist anymore | Arthur Schiwon | 2015-12-11 | 1 | -5/+25 |
| | | | |||||
* | | | Merge pull request #21189 from owncloud/fix_21187 | Thomas Müller | 2015-12-15 | 2 | -1/+4 |
|\ \ \ | | | | | | | | | File shares can't have create permissions | ||||
| * | | | File shares can't have create permissions | Roeland Jago Douma | 2015-12-14 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | fixes #21187 | ||||
* | | | | Merge pull request #21067 from owncloud/fix_20296 | Thomas Müller | 2015-12-15 | 10 | -8/+105 |
|\ \ \ \ | | | | | | | | | | | don't allow to create a federated share if source and target are the same | ||||
| * | | | | Fixed JS unit tests for fed owner display name | Vincent Petry | 2015-12-14 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 6 | -6/+11 |
| | | | | | |||||
| * | | | | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 4 | -2/+90 |
| | | | | | |||||
* | | | | | Merge pull request #21209 from owncloud/remove-unneeded-ldap-code | Thomas Müller | 2015-12-15 | 1 | -16/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove unneeded upgrade code | ||||
| * | | | | Remove unneeded upgrade code | Morris Jobke | 2015-12-15 | 1 | -16/+0 |
|/ / / / | | | | | | | | | | | | | stable8.2 has version 0.7.0 of the user_ldap app | ||||
* | | | | Merge pull request #21181 from owncloud/files-fixsharedrootdetection | Thomas Müller | 2015-12-14 | 2 | -7/+40 |
|\ \ \ \ | |_|_|/ |/| | | | Fix mount type root detection in web UI | ||||
| * | | | Fix mount type root detection | Vincent Petry | 2015-12-14 | 2 | -7/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Webdav doesn't contain that information, we need to rely on the parent folder's mount type to find out whether a child item is a shared/external root or not. Fixed the mount type detection logic and added unit test. Also added a fix that ignores detection if no parent folder exists (ex: shared file list, favorites, etc) | ||||
* | | | | Merge pull request #21148 from owncloud/resetpassword-user-issert | Thomas Müller | 2015-12-14 | 1 | -3/+5 |
|\ \ \ \ | | | | | | | | | | | Check if user isset in $_REQUEST first | ||||
| * | | | | Check if user isset in $_REQUEST first | Robin Appelman | 2015-12-14 | 1 | -3/+5 |
| |/ / / | |||||
* | | | | Merge pull request #21163 from owncloud/fix_20839 | Thomas Müller | 2015-12-14 | 1 | -4/+0 |
|\ \ \ \ | |/ / / |/| | | | Files can't have create permissions | ||||
| * | | | Files can't have create permissions | Roeland Jago Douma | 2015-12-11 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | Fixes #20839 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-13 | 16 | -4/+74 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-12 | 88 | -0/+156 |
|/ / | |||||
* | | Merge pull request #21153 from owncloud/files-deleteactiontext | Thomas Müller | 2015-12-11 | 3 | -5/+49 |
|\ \ | | | | | | | Bring back file delete action text to be based on context | ||||
| * | | Bring back file delete action text to be based on context | Vincent Petry | 2015-12-11 | 3 | -5/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | For received shares, the delete action becomes "Unshare" and for personal mounts it becomes "Disconnect storage". This also makes it possible from now on to pass a function to a file action's "displayName" attribute. | ||||
* | | | Merge pull request #20081 from owncloud/trashbin-loggedout | Morris Jobke | 2015-12-11 | 2 | -2/+16 |
|\ \ \ | |/ / |/| | | Fix trashbin wrapper when no user is loggedin | ||||
| * | | skip test if we cant use the filesystem when not logged in | Robin Appelman | 2015-12-11 | 1 | -2/+5 |
| | | | |||||
| * | | Fix thrashbin wrapper when no user is loggedin | Robin Appelman | 2015-12-11 | 2 | -2/+13 |
|/ / | |||||
* | | Merge pull request #20978 from owncloud/fix-dont-show-unsaved-values-in-usermgmt | Thomas Müller | 2015-12-11 | 1 | -3/+5 |
|\ \ | | | | | | | reset mailadress/displayname on blur | ||||
| * | | reset mailadress/displayname on blur | michag86 | 2015-12-07 | 1 | -3/+5 |
| | | | |||||
* | | | Merge pull request #20878 from ↵ | Thomas Müller | 2015-12-11 | 3 | -39/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/proper-htaccess-support-in-code-signing-checker Also run .htaccess routine when installing on another system than Apache | ||||
| * | | | Don't write directives from CLI | Lukas Reschke | 2015-12-08 | 1 | -0/+5 |
| | | | | |||||
| * | | | Run .htaccess updates in any case | Lukas Reschke | 2015-12-08 | 2 | -18/+3 |
| | | | | | | | | | | | | | | | | This is the same what we also do in updater.php and thus this aligns the code. Makes the code paths more consistent. | ||||
| * | | | Remove version check out of .htaccess | Lukas Reschke | 2015-12-08 | 2 | -21/+0 |
| | | | | | | | | | | | | | | | | This can now be achieved using the new code signing. | ||||
* | | | | Merge pull request #21144 from owncloud/dav-auth-checkduplicateheader | Thomas Müller | 2015-12-11 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Properly check X-Requested-With header in case of multiple values | ||||
| * | | | | Properly check X-Requested-With header in case of multiple values | Vincent Petry | 2015-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Saw this happening in IE8... | ||||
* | | | | | Merge pull request #21135 from owncloud/add-polyfill | Thomas Müller | 2015-12-11 | 14 | -255/+37 |
|\ \ \ \ \ | | | | | | | | | | | | | Add polyfills for PHP55, PHP56 and PHP70 functionalities | ||||
| * | | | | | Adjust third-party reference | Lukas Reschke | 2015-12-11 | 1 | -0/+0 |
| | | | | | | |||||
| * | | | | | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 14 | -255/+37 |
| | | | | | | |||||
* | | | | | | Merge pull request #21020 from owncloud/add-directory-slash-to-setup-code | Thomas Müller | 2015-12-11 | 2 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add DirectorySlash to dynamic .htaccess write | ||||
| * | | | | | | Add DirectorySlash to dynamic .htaccess write | Lukas Reschke | 2015-12-08 | 2 | -3/+3 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `DirectorySlash off` is set then Apache will not lookup folders anymore. This is required for example when we use the rewrite directives on an existing path such as `/core/search`. By default Apache would load `/core/search/` instead `/core/search` so the redirect would fail here. This leads however to the problem that URLs such as `localhost/owncloud` would not load anymore while `localhost/owncloud/` would. This has caused problems such as https://github.com/owncloud/core/pull/21015 With this change we add the `DirectorySlash off` directive only when the `.htaccess` is writable to the dynamic part of it. This would also make `localhost/owncloud` work again as it would trigger the 404 directive which triggers the redirect in base.php. | ||||
* | | | | | | Merge pull request #21045 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-12-11 | 14 | -16/+44 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Scrutinizer Auto-Fixes |