Robin Appelman
0f6df2e0b6
Allow creating previewss that cover the specified dimensions
10 years ago
Morris Jobke
73b43db4f9
Merge pull request #18744 from owncloud/fix-ocs-router
Delay adding OCS prefix to route collection until all is loaded
10 years ago
Jenkins for ownCloud
310084cc25
[tx-robot] updated from transifex
10 years ago
Robin McCorkell
e50b3bd87f
Merge pull request #18707 from owncloud/autotest-xdebug
Allow easy XDEBUG debugging with autotest
10 years ago
Robin Appelman
9858a6f705
Merge pull request #18743 from owncloud/autoloader-check-log-path
Show the path as part of the exception for not allowed autoloading paths
10 years ago
Björn Schießle
39bd4ea8f2
Merge pull request #18234 from owncloud/ocs_api_for_sharees_list
Add OCS API for sharees list
10 years ago
Robin McCorkell
5b2529b448
Delay adding OCS prefix to route collection until all is loaded
->addPrefix() iterates over all registered routes, so must be run after
all apps have had a chance to load their OCS routes.
10 years ago
Robin Appelman
01dcf7f32c
Show the path as part of the exception for not allowed autoloading paths
10 years ago
Vincent Petry
87b3e28f06
Merge pull request #18730 from owncloud/appframework_proper_304
Properly return 304 in AppFramework
10 years ago
Lukas Reschke
01152676cd
Merge pull request #18396 from owncloud/autoloader-check-path
verify the path in the autoloader
10 years ago
Robin Appelman
e9b91b1798
verify the path in the autoloader
10 years ago
Vincent Petry
601c61fddf
Merge pull request #12088 from AdamWill/google-opendir-root
[WIP] google: drop duplicate path trim from opendir()
10 years ago
Vincent Petry
0d4562c938
Merge pull request #18631 from owncloud/more_ocs_share_data
Return permissions and expiration on create share responses
10 years ago
Roeland Jago Douma
f12caf930e
Properly return 304
The ETag set in the IF_NONE_MODIFIED header is wraped in quotes (").
However the ETag that is set in response is not (yet). Also we need to
cast the ETag to a string.
* Added unit test
10 years ago
Vincent Petry
85b62c7d82
Merge pull request #18635 from owncloud/stickify-files-and-sharing-notification-types
Sticky the notification types of files and sharing
10 years ago
Morris Jobke
e367f1bfc1
Merge pull request #18715 from owncloud/language-code-english
add english language code translation
10 years ago
Morris Jobke
eef707043c
add english language code translation
10 years ago
Vincent Petry
f8d8de5da6
Merge pull request #17899 from owncloud/enc_make_key_storage_root_configurable
Make root of key storage configurable
10 years ago
Robin Appelman
3e9533ae11
Merge pull request #18702 from owncloud/ext-emptymount
Allow an empty mount point
10 years ago
Robin McCorkell
f6b1d3506f
Allow easy XDEBUG debugging with autotest
Debugging scripts needs the environment variable XDEBUG_CONFIG to be
set, which initiates a connection to a listening debugger. But if that
env is set and one of the PHP setup steps occurs (e.g. occ install), the
debugging session is 'completed' and the debugger no longer listens
during the actual tests. This saves the XDEBUG_CONFIG env so it only
applies during the PHPUnit execution, so only the real tests trigger the
debugging.
10 years ago
Robin McCorkell
d64bdc0fef
Unit test storages with an empty mount point
10 years ago
Morris Jobke
c34fbea197
Merge pull request #18691 from owncloud/request-no-read
Decode request content only on getContent
10 years ago
Robin McCorkell
1e2e5abe26
Allow an empty mount point
10 years ago
Jenkins for ownCloud
65784227d6
[tx-robot] updated from transifex
10 years ago
Robin McCorkell
e60c4bada1
Decode request content only on getContent
10 years ago
Morris Jobke
89b603a4b3
Merge pull request #18671 from owncloud/cleanup-sidebar-semantics
Removes unecessary divs and adds max width to longer names.
10 years ago
Raghu Nayyar
c6053daf43
Fixes failing tests
10 years ago
Raghu Nayyar
0167225686
Merge pull request #18689 from owncloud/app-navigation-line
Introduce small line for navigation sidebar
10 years ago
Morris Jobke
5d1fb8cb11
Introduce small line for navigation sidebar
10 years ago
Morris Jobke
b50ac6ff2f
Merge pull request #10149 from owncloud/storage-wrapper-check
Check result of storage wrappers
10 years ago
Bjoern Schiessle
37513f9411
don't read certificates if ownCloud is not installed
11 years ago
Bjoern Schiessle
289e9130f3
make system root of key storage configurable
11 years ago
Raghu Nayyar
3eee9a2e48
Merge pull request #18681 from owncloud/apps-unit-test
Add apps JS unit test
10 years ago
Vincent Petry
a808837ec9
Add apps unit test
10 years ago
Björn Schießle
4d7c352077
Merge pull request #18556 from owncloud/fix_password_reset
[encryption] fix password reset for ldap users
10 years ago
Roeland Jago Douma
d54b497ade
Return permissions and expiration on create share responses
Updated and added unit tests
10 years ago
Bjoern Schiessle
166e57cf61
return false if private key is not valid
10 years ago
Bjoern Schiessle
f893de4136
use login name for password reset
10 years ago
Raghu Nayyar
468bde67ff
Removes unecessary divs and adds max width to longer names.
10 years ago
Vincent Petry
045f8cc971
Merge pull request #18651 from owncloud/ocs_share_create_with_expire
Allow to directly set the expireDate on a new (link)share
10 years ago
Roeland Jago Douma
2aff11c80b
Actually validate the expire date on share
* Added more intergration tests
10 years ago
Robin Appelman
4cb8ca1860
Check result of storage wrappers
10 years ago
Jenkins for ownCloud
114d1acd2c
[tx-robot] updated from transifex
10 years ago
Morris Jobke
90dfa981c5
Merge pull request #14856 from rullzer/remote_avatars
Allow Remote avatars
10 years ago
Vincent Petry
723f8c8f1b
Merge pull request #18620 from owncloud/add-public-interface-for-factory
Add a public interface for the language factory so apps can use it
10 years ago
Roeland Jago Douma
ae62537adf
Allow remote avatars
11 years ago
Roeland Jago Douma
fc64ea670d
Allow to directly set the expireDate on a new (link)share
Since this extends the API we now properly parse the date. We only
accept valid ISO 8601 Dates (YYYY-MM-DD).
Currently this only works for link shares (it is just ignored for other
shares). Since we do not have user/group/federated expiring shares yet.
* Tests added
10 years ago
Lukas Reschke
faa62d1799
Merge pull request #18393 from owncloud/objectstore-check-class
make sure we actually have an object store
10 years ago
Jenkins for ownCloud
64652b3000
[tx-robot] updated from transifex
10 years ago
Joas Schilling
0ddcc7da44
Merge pull request #18511 from owncloud/downgrad-sharing-error-logs-to-debug
Change log level of debugging logs to debug
10 years ago