| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Add a public api for apps to add mounts
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Add REST route for managing groups and users
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
https://github.com/owncloud/core into initial-work-migrate-to-appframework
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | |
| | |
| | |
| | | |
First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
|
|\ \ \
| | | |
| | | | |
preserve an asterisk at the start when escaping a search term
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add right margin to codestyle file
|
| | | | |
| | | | |
| | | | |
| | | | | |
Defaults to 120, we want 80 apparently
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fix deleting selected files in the trashbin
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
OCS API for server-to-server sharing
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove unexisting `htAccessWorkinght`
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Improve FileActions JS to allow for custom rendering
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This improves the OCA.Files.FileActions class to support passing a
"render" function in the action object.
The default function "_defaultRenderFunction" is used by default and
renders actions in the usual actions container.
Moved "Rename" and "Delete" to custom render functions.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Check for working .htaccess via AJAX
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes https://github.com/owncloud/core/issues/12650
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is a first draft. It has only been tested with the ownlcloud logger.
Some internal fields are JSON encoded several times which makes it harder to read.
Most of the normalizer is borrowed from Monolog
https://github.com/Seldaek/monolog/blob/master/src/Monolog/Formatter/NormalizerFormatter.php
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Create config if it does not exists
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The codepath that is executed when executing ownCloud via CLI is different than via browser. Specifically, the config is created by the user session already in `OC_Util::getInstanceId()` by a call to `setValue`. That said, this seems to be quite a bad side-effect, but for the sake of "not breaking whatever might break if we touch this" let's keep it that way for now.
When executing the autoconfig via `php -f index.php` the said session was not setup and thus no `config/config.php` file was created resulting in an installation error.
To reproduce this try to setup ownCloud via `php -f index.php` with and without that patch. (ensure to delete all existing configs before and don't access ownCloud with a browser in the meantime)
Fixes itself.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Keep spaces out of the string
|
| |/ / / / /
| | | | | |
| | | | | | |
Otherwise translators cannot notice them on Transifex.
|
|/ / / / / |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix placeholder fake in IE8 & 9 that brokes group listing in user manage...
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- fixes #12525
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Remove checks for safe mode and magic quotes
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Both are removed from 5.4.0
Safe Mode: http://php.net/manual/en/features.safe-mode.php
> This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.
Magic Quotes: http://php.net/manual/en/security.magicquotes.php
> This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Upgrade AWS sdk to 2.7.5. Fixes #12023
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix timestamp comparator return value
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
restrict access to public files only
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
use mod_rewrite to pretend theese files are not existend for security purposes
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
Only store user credentials when SMB_OC storage is enabled
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Conflicts:
apps/files_external/lib/smb_oc.php
|