| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
handle non existing job classes in $jobList->getNext
|
| | |
|
|\ \
| | |
| | | |
Move common test logic to re-usable traits
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
owncloud/issue-18358-object-type-and-id-for-activities
Issue 18358 object type and id for activities
|
| | | |
|
|\ \ \
| | | |
| | | | |
occ commands to manage logging
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Display app names in update page for app updates
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Apps to update and to disable will always be shown.
Main title changes only when apps need updated, not core.
Added bullet style.
Exclude incompatible apps from updated apps list.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Whenever the update page is displayed for apps, show app names instead
of the core update text.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Migrate simple external storage backends to new registration API [part 1]
|
| | |_|/
| |/| |
| | | |
| | | | |
This reverts commit 75a5e6e12b18a9f5b7b113cd7e2c9c56c204084d.
|
|/ / / |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Update .user.ini when setting upload size limit
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There was also a bug with checking the upper limit on the passed upload
size. PHP does funny things with integer vs float comparisons, so our
check didn't work. Now the check is much simpler, and ensures the value
is sane.
|
| | |
| | |
| | |
| | | |
* fixes #12885
|
|\ \ \
| | | |
| | | | |
Sanitize class names before registerService/query
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Leading backslashes are removed, so a `registerService('\\OC\\Foo')`
can still be resolved with `query('OC\\Foo')`.
|
|\ \ \ \
| | | | |
| | | | | |
add test framework for doing full request webdav tests
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add test for factories
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
use ref for factory test
use a factory for registerAlias
Ensure we construct SimpleContainer
Use single instance of DIContainer in routing tests
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Set default 'forwarded for' headers for reverse proxy
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
make sure that hooks are emitted properly on file move operation
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
the root folder with the nodes API
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
owncloud/issue-17825-dont-silently-ignore-invalid-consumers-extensions
Throw a InvalidArgumentException when a consumer/extension is invalid
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
add data: to allowed image domains
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Display warning in security & setup warnings if php version is EOL
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Automatic db prefix query builder
|
| | | | | | | | | | | |
|
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* Register OCP\Capability\IManager at DIContainer
* Add register capabilities to appframework
* Register capabilities in DI way
* Make unit test pass again
* Remove CapabiltiesManager from OCP
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* This should allow the capabilities to be intergrated into the
appframework
* Unit tests
* Throw exception if closure does not return ICapability instance
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Fix removal of share permissions when share disabled for user
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
Store storage availability in database
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This usually doesn't cause issues, but in unit tests sometimes a wrapped
storage is passed to Filesystem::mount() and gets rewrapped, hitting the
XDebug function nesting level limit when used.
|
| | |_|_|_|_|_|/ /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Storage status is saved in the database. Failed storages are rechecked every
10 minutes, while working storages are rechecked every request.
Using the files_external app will recheck all external storages when the
settings page is viewed, or whenever an external storage is saved.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
"`statuscode`: The OCS status code of the response, everything except 100 MUST be handled as failure."
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Adding ocs/v2.php with status code mapper
|