Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #16863 from owncloud/stable7-backport-16840 | Morris Jobke | 2015-06-10 | 2 | -1/+2 | |
|\ \ \ | |/ / |/| | | [stable7] Disable video preview if previews are disabled | |||||
| * | | Disable video preview if previews are disabled | Morris Jobke | 2015-06-10 | 2 | -1/+2 | |
|/ / | ||||||
* | | Merge pull request #16759 from owncloud/backport-16748-stable7 | Morris Jobke | 2015-06-10 | 1 | -13/+21 | |
|\ \ | | | | | | | Backport stable7: port detection needs to take care of now thrown exceptions when LDAP … | |||||
| * | | port detection needs to take care of now thrown exceptions when LDAP server ↵ | Arthur Schiwon | 2015-06-05 | 1 | -13/+21 | |
| | | | | | | | | | | | | is not available | |||||
* | | | Merge pull request #16682 from owncloud/stable7-check-for-arry | Morris Jobke | 2015-06-10 | 1 | -5/+7 | |
|\ \ \ | | | | | | | | | Check if array | |||||
| * | | | Check if array | Lukas Reschke | 2015-06-02 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The great library that we use apparently uses mixed types for everything because :see_no_evil: Fixes https://github.com/owncloud/core/issues/16679 | |||||
* | | | | Merge pull request #16707 from owncloud/stable7-fix-ie8-ie9 | Morris Jobke | 2015-06-10 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | [stable7] Add min-height to login page for IE8 and IE9 | |||||
| * | | | | Add min-height to login page for IE8 and IE9 | Morris Jobke | 2015-06-03 | 1 | -0/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #16773 from owncloud/fix-16582 | blizzz | 2015-06-09 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | return name instead of false, as it is on oc8 and master, so groups a… | |||||
| * | | | return name instead of false, as it is on oc8 and master, so groups are ↵ | Arthur Schiwon | 2015-06-05 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | displayed in files_external | |||||
* / / | 7.0.6v7.0.6 | Frank Karlitschek | 2015-06-03 | 1 | -2/+2 | |
|/ / | ||||||
* | | 7.0.6RC2v7.0.6RC2 | Frank Karlitschek | 2015-06-01 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #16666 from owncloud/fix-code | Thomas Müller | 2015-06-01 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix compatibility with 5.3 again | |||||
| * | | Fix compatibility with 5.4 again | Lukas Reschke | 2015-06-01 | 1 | -1/+1 | |
|/ / | | | | | | | Fixes https://github.com/owncloud/core/issues/16665 | |||||
* | | Disallow semicolons in passed commands | Lukas Reschke | 2015-06-01 | 1 | -0/+5 | |
| | | ||||||
* | | Ensure that passed argument is always a string | Lukas Reschke | 2015-06-01 | 2 | -1/+10 | |
| | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well. | |||||
* | | Clean application identifier before processing | Lukas Reschke | 2015-06-01 | 1 | -0/+2 | |
| | | ||||||
* | | Revert custom patch that can cause problems | Lukas Reschke | 2015-06-01 | 1 | -2/+8 | |
| | | ||||||
* | | Merge pull request #16635 from owncloud/stable7-fix-themes-readme | Morris Jobke | 2015-05-30 | 1 | -1/+0 | |
|\ \ | | | | | | | [stable7] Fix themes README | |||||
| * | | Fix themes README | Morris Jobke | 2015-05-30 | 1 | -1/+0 | |
|/ / | | | | | Fixes #16617 | |||||
* | | 7.0.6 RC1v7.0.6RC1 | Frank Karlitschek | 2015-05-29 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #16608 from owncloud/fix_14588 | Vincent Petry | 2015-05-28 | 2 | -1/+77 | |
|\ \ | | | | | | | [stable7] make sure to get the right list of users with access to the file when deleting a shared file | |||||
| * | | make sure to get the right list of users with access to the file, including ↵ | Bjoern Schiessle | 2015-05-28 | 2 | -1/+77 | |
|/ / | | | | | | | the owner | |||||
* | | Merge pull request #13742 from owncloud/fix-12190-2-stable7 | Thomas Müller | 2015-05-26 | 5 | -30/+164 | |
|\ \ | |/ |/| | [backport #13740] backport #13740 to stable7 | |||||
| * | add primary group users to resultset before caching | Arthur Schiwon | 2015-05-14 | 1 | -1/+2 | |
| | | ||||||
| * | Fixes returns of group memberships and counting if all members have the ↵ | Arthur Schiwon | 2015-04-14 | 2 | -9/+77 | |
| | | | | | | | | specific groups as primary set. | |||||
| * | Backport of #13740 | Arthur Schiwon | 2015-04-14 | 5 | -26/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inlcude AD primary group in user filter, if a group is selected. fixes #12190 fix counting of users in primary group :lipstick: adept to OC 7 and escape the search term Conflicts: apps/user_ldap/lib/connection.php | |||||
* | | Merge pull request #15402 from owncloud/response-setContentLengthHeader-stable7 | Morris Jobke | 2015-05-20 | 5 | -4/+33 | |
|\ \ | | | | | | | [stable7] Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | |||||
| * | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-04-04 | 5 | -4/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly. | |||||
* | | | Merge pull request #15077 from owncloud/fix-smb-oc-admin-stable7 | Morris Jobke | 2015-05-20 | 1 | -4/+10 | |
|\ \ \ | | | | | | | | | [stable7] Support constructing an SMB_OC without saved session credentials | |||||
| * | | | Support constructing an SMB_OC without saved session credentials | Robin McCorkell | 2015-03-20 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/lib/smb_oc.php | |||||
* | | | | Merge pull request #15271 from owncloud/stable7-fix-ext-owncloud | Morris Jobke | 2015-05-13 | 2 | -2/+10 | |
|\ \ \ \ | | | | | | | | | | | [stable7] Fix bugs in ownCloud external storage | |||||
| * | | | | Fix bugs in ownCloud external storage | Robin McCorkell | 2015-03-27 | 2 | -2/+10 | |
| | | | | | ||||||
* | | | | | Merge pull request #16291 from RealRancor/asset_pipe_note | Thomas Müller | 2015-05-13 | 1 | -0/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add note for asset pipeline and third-party apps on stable7 | |||||
| * | | | | | Add note for asset pipeline and third-party apps on stable7 | RealRancor | 2015-05-12 | 1 | -0/+3 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #15863 from owncloud/public-reshare-webdav-stable7 | Morris Jobke | 2015-05-08 | 1 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | [stable7] Fix webdav access for public reshare | |||||
| * | | | | | fix subfolder reshares over webdav | Robin Appelman | 2015-04-24 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | resolve reshares in public webdav | Robin Appelman | 2015-04-24 | 1 | -3/+4 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #16114 from owncloud/stable7-backport-15510-and-15465 | Lukas Reschke | 2015-05-08 | 5 | -16/+36 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable7] block cron.php and OCS API when in single user mode or maintenance mode | |||||
| * | | | | | | Fix singe user mode on public.php - take two | Thomas Müller | 2015-05-06 | 2 | -2/+6 | |
| | | | | | | | ||||||
| * | | | | | | Fix single user check in case no user is logged in | Thomas Müller | 2015-05-06 | 1 | -13/+19 | |
| | | | | | | | ||||||
| * | | | | | | block ocs in single user mode | Robin Appelman | 2015-05-06 | 1 | -1/+3 | |
| | | | | | | | ||||||
| * | | | | | | block webdav in single user mode | Robin Appelman | 2015-05-06 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | block cron when in single user mode | Robin Appelman | 2015-05-06 | 1 | -0/+5 | |
| | | | | | | | ||||||
| * | | | | | | Disable OCS api when in maintenance mode | Joas Schilling | 2015-05-06 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #15833 from owncloud/backport-files-external-fixes | Lukas Reschke | 2015-05-05 | 3 | -31/+49 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Backport files external fixes | |||||
| * | | | | | use displayname lookup route in files_external settings | Jörn Friedrich Dreyer | 2015-04-23 | 1 | -31/+14 | |
| | | | | | | ||||||
| * | | | | | add lookup route for displaynames | Jörn Friedrich Dreyer | 2015-04-23 | 2 | -0/+35 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #15332 from owncloud/dont_hide_exceptions | Morris Jobke | 2015-04-22 | 16 | -126/+343 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | do not hide exception when ldap server has a hiccup | |||||
| * | | | | throw exception when LDAP Connection was lost | Arthur Schiwon | 2015-04-22 | 1 | -0/+4 | |
| | | | | |