Vincent Petry
6824a5ce7f
Merge pull request #11538 from owncloud/webdav-creatable-info
Use the cached fileinfo to get creatable permissions
11 years ago
Vincent Petry
6fa03870e9
Merge pull request #11541 from owncloud/usersession-activeuser-setsession
Unset the cached active user when using a different session object
11 years ago
Vincent Petry
4650101674
Merge pull request #11548 from owncloud/extstorage-ocfields
Allow specifying protocol in ext storage OC config
11 years ago
Vincent Petry
dd0b1e83b2
Merge pull request #11590 from owncloud/publiclinkscrollanimatefix
Use body element when animating scroll in public page
11 years ago
Vincent Petry
704ffaa6a3
Use body element when animating scroll in public page
In the public page the scroll container is the window instead of a div.
The $(window) object doesn't support animating the scroll property, so
the $('body') element is used instead.
11 years ago
Jenkins for ownCloud
3b3affa1ef
[tx-robot] updated from transifex
11 years ago
Jörn Friedrich Dreyer
766314a6be
Merge pull request #11556 from owncloud/cache-js-and-css
adding cache control headers for css and js - fixes #11496
11 years ago
Vincent Petry
c2cfeea888
Merge pull request #11534 from owncloud/issue/11500
Issue/11500 Do not set overwrite* settings by default
11 years ago
Jenkins for ownCloud
526abf1ad6
[tx-robot] updated from transifex
11 years ago
Thomas Müller
4b5c7d3d9d
adding cache control headers for css and js - fixes #11496
11 years ago
Joas Schilling
0407bc0978
Set overwritemailurl* configs on setup
Correctly use overwritemailurl value when generating absolute urls in CLI
Fix #11500
Rename the config to *cli
Add overwrite.cli.url to the sample config
Revert separator fix, fixes unit test
11 years ago
Thomas Müller
baffe5353f
Merge pull request #11543 from owncloud/closeSessionForAppsLoading
Close session when loading apps
11 years ago
Vincent Petry
e95372bf01
Merge pull request #11546 from owncloud/users-deletewithfilecache
Retrieve storage numeric id earlier when still available
11 years ago
Vincent Petry
ab5149f5df
Allow specifying protocol in ext storage OC config
Allow specifying a protocol in the host field when mounting another
ownCloud instance. Note that this was already possible with the WebDAV
config but this bug made it inconsistent.
11 years ago
Björn Schießle
48ce2ef18b
Merge pull request #11542 from owncloud/fix_failing_unit_tests
distinguish between file dependent shares and other shares
11 years ago
Vincent Petry
4fd8cb43ae
Merge pull request #11537 from owncloud/filenamewithzeroes
Fixed array detection on public download
11 years ago
Robin Appelman
7dd4314fea
Add unit test
11 years ago
Vincent Petry
d485c0098d
Retrieve storage numeric id earlier when still available
The numeric id is only available before the storage entry is deleted, so
get it at that time.
11 years ago
Bjoern Schiessle
c6c9a51b11
distinguish between file dependent shares and other shares
11 years ago
Lukas Reschke
50841f8307
Close session when loading apps
Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable.
11 years ago
Robin Appelman
912fbfab01
Unset the cached active user when using a different session object
11 years ago
Robin Appelman
19de425a50
Use the cached fileinfo to get creatable permissions
11 years ago
Vincent Petry
6cbabdf217
Fixed array detection on public download
When downloading a folder called "0001" PHP should fallback to parsing
it as string and properly detect that it is not a JSON array.
11 years ago
Jenkins for ownCloud
4b9465b937
[tx-robot] updated from transifex
11 years ago
Lukas Reschke
bf674487aa
Merge pull request #11367 from owncloud/removeIsMimeSupported
Remove uneeded slicing of element
11 years ago
Jenkins for ownCloud
a3635fedbb
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
a0db01ecd3
[tx-robot] updated from transifex
11 years ago
Björn Schießle
3f9cab00e3
Merge pull request #11507 from owncloud/versioning_expire
make sure that we always delete oldest first
11 years ago
Björn Schießle
87899db204
Merge pull request #11380 from owncloud/fix_performance_issue_sharing
[sharing] fix performance issues
11 years ago
Bjoern Schiessle
527e1d001f
try to get path from filesystem
11 years ago
Lukas Reschke
4a4ea1dae9
Merge pull request #11499 from owncloud/ldap-warningwhenuidismissing
Log warning when no uid was found for user
11 years ago
Jan-Christoph Borchardt
4faa424157
Merge pull request #11480 from owncloud/ldap-enterkey-deletefix
Prevent button click when enter key is pressed in LDAP wizard
11 years ago
Bjoern Schiessle
3431d547a9
fix performance issues
11 years ago
Vincent Petry
660e9c4012
Merge pull request #11501 from Ansud/master
Urlencode file name before passing it to cURL
11 years ago
Jenkins for ownCloud
2cc26c9022
[tx-robot] updated from transifex
11 years ago
Morris Jobke
e5eeefbc16
Merge pull request #11486 from owncloud/config-update
Config update
11 years ago
Morris Jobke
090bf44ab6
Additional changes to config.sample.php and typo fixes
11 years ago
Morris Jobke
7238cb601c
apply @carlaschroder's changes from owncloud/documentation#594
11 years ago
Bjoern Schiessle
8e077cf1a4
make sure that we always delete oldest first
11 years ago
Vincent Petry
9dea79e341
Merge pull request #11305 from owncloud/ext-updateetagonmount
Update etag of parent dir when adding/removing ext storage mount points
11 years ago
Vincent Petry
c82e310e20
Merge pull request #11495 from owncloud/apps-clearenableappscacheafterloadingauthapp
Clear enabled apps cache after loading authentication app
11 years ago
Morris Jobke
0de60c51a1
Merge pull request #11498 from owncloud/detectDomainForDocumentation
Add support for keys in the info.xml
11 years ago
Lukas Reschke
16cd749065
Add support for keys in the info.xml
This allows to have links to different doc base URLs
a.
11 years ago
Tony Zelenoff
2d03019c91
Urlencode file name before passing it to cURL
Large file helper use cURL to determine file sizes. Thus filenames must be
urlencoded in case special symbols like '#' can cause BadRequest errors.
Signed-off-by: Tony Zelenoff <antonz@parallels.com>
11 years ago
Vincent Petry
59f9107dd9
Log warning when no uid was found for user
In some incomplete setups (like mine) it can happen that the uid
attribute of users is missing.
To be able to find out that something is wrong, a debug message is now
logged when it has not been found.
11 years ago
Vincent Petry
36d22825e0
Clear enabled apps cache after loading authentication app
Since getEnabledApps() depends on an authentication app to be loaded,
especially in the case of LDAP, the cache from getEnabledApps() is now
cleared to make sure that subsequent calls will properly return apps
that were enabled for groups.
This is because getEnabledApps() uses the inGroups() function from the
group manager provided by LDAP or any other authentication app.
11 years ago
blizzz
cc717c27d6
Merge pull request #10527 from owncloud/fix-10526
properly cancel a Paginated Results operation in order to avoid protocol...
11 years ago
Vincent Petry
0474a20ab9
Merge pull request #11493 from owncloud/revert-11161-fix-ldap-ingroup-for-9225
Revert "[WIP] fix retrieval of group members and cache group members"
11 years ago
Vincent Petry
f7fc0067e0
Revert "[WIP] fix retrieval of group members and cache group members"
11 years ago
Vincent Petry
3791de64ed
Merge pull request #11161 from owncloud/fix-ldap-ingroup-for-9225
fix retrieval of group members and cache group members
11 years ago