| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
allow admin to disable sharing for specific groups of users
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
* test case added to avoid adding them later
|
|\
| |
| | |
Optimize some queries that are always executed when loading base.php
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
apps/files_sharing/lib/sharedstorage.php
tests/lib/group/manager.php
removed hasFilesSharedWith from lib/public/share.php and
sharedstorage.php to fix merge
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- FileList is now an instantiable class
- FileActions is now in namespace
- added App class for trashbin app
- moved trashbin overrides into classes extending FileList
- replaced many static calls with "this." or "self." to make the classes
reusable/extendable
- new URL parameter "view" to specify which view is shown, for example
"files" or "trashbin"
- added OC.Util.History utility class in core for handling history
- moved URL handling/routing to OCA.Files.App
- popstate will correctly update the current view and notify the view of
the URL change so it can update the current dir
- added JS unitt tests for the trashbin app
- fixed public app to work with the new namespaces
|
| | |
| | |
| | |
| | | |
internal alias that exists purely for compability
|
|\ \ \
| | | |
| | | | |
PHPDoc Improvements
|
| | | | |
|
|/ / /
| | |
| | | |
Addition to https://github.com/owncloud/core/pull/8572
|
|\ \ \
| | | |
| | | | |
Fixed getAbsolutePath case when path is "0"
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure to correctly check for string emptiness when the passed path
is "0".
|
|/ / /
| | |
| | |
| | | |
controller method
|
|\ \ \
| | | |
| | | | |
Make logger available in the container
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Harden issubdirectory()
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Better appframework controllers
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
not limit x-www-form-urlencoded to POST
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Port database layer from appframework to core
|
| | | | |
| | | | |
| | | | |
| | | | | |
at all
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Add cors middleware
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
remove methodannotationreader namespace
fix namespace for server container
fix tests
fail if with cors credentials header is set to true, implement a reusable preflighted cors method in the controller baseclass, make corsmiddleware private and register it for every request
remove uneeded local in cors middleware registratio
dont uppercase cors to easily use it from routes
fix indention
comment fixes
explicitely set allow credentials header to false
dont depend on better controllers PR, fix that stuff later
split cors methods to be in a seperate controller for exposing apis
remove protected definitions from apicontroller since controller has it
|
|\ \ \ \
| |/ / /
|/| | | |
Tags cleanup
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix linkToPublic and linkToAbsolute.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Added ext storage app in autotest unit test run
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To make sure that the dynamic mount config and config classes from
external storages are tested, these are now added into the autotest.sh
test run by enabling the app.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fix 6946 master
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
backends. This is a port to master from PR #7745
remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends
Conflicts:
lib/private/group/backend.php
LDAP: getDisplayNamesInGroup is not an option for group backends anymore
Conflicts:
apps/user_ldap/group_ldap.php
apps/user_ldap/group_proxy.php
clean up group backends
Conflicts:
lib/private/group/database.php
remove now unnecessary test
implement getDisplayNames in group manager
adjust user manager tests
test for group manager's displayNamesInGroup
trim must not be used in empty in PHP < 5.5
keep the constant to not provoke PHP warnings
Conflicts:
lib/private/group/backend.php
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix setting the max-upload-size for really large values.
|
| | | | | | | |
|
| | | | | | | |
|