| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
parameter is a small number
|
|\
| |
| | |
Increase initial user count to 50
|
| |
| |
| |
| | |
* fix initial user count if you have a big screen (or a portrait screen)
|
|/ |
|
|\
| |
| | |
Fix backport of #13317
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Backport of 9b49b52fc6cd11615be86580c32e43a81d46772f from master
|
|
|
|
|
| |
Conflicts:
apps/user_ldap/lib/connection.php
|
|\
| |
| | |
no need to store the form factor in the session - it's computation is ra...
|
| |
| |
| |
| |
| |
| |
| | |
cheep
Conflicts:
lib/private/template.php
|
| | |
|
|\ \
| | |
| | | |
[stable7] Cleanup handling of temporary files
|
| | |
| | |
| | |
| | |
| | | |
Conflicts:
lib/private/helper.php
|
|/ /
| |
| |
| |
| |
| | |
Conflicts:
lib/private/server.php
lib/public/iservercontainer.php
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Whenever an external storage mount point is shared directly, its path is
empty which causes a leading slash to appear in the source path.
This fix removes the bogus leading slash in such situation.
Backport of 01c83158bb997a68736ef3dd548bcbc96e9cca94 from master
|
| | |
|
| |
| |
| |
| |
| |
| | |
* ownCloud 7.0.0 is needed - version of merge of server <-> server
sharing - https://github.com/owncloud/core/pull/8399
* adjust error message
|
| |
| |
| |
| |
| |
| |
| | |
This checks that imagecreatetruecolor actually creates an image, rather than returning FALSE.
Without this check, subsequent loop might create billions of ERROR-level log messages.
Signed-off-by: Byron Marohn <combustible@live.com>
|
|\ \
| | |
| | | |
LDAP User Cleanup - stable7
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
background job for user clean up
adjust user backend for clean up
register background job
remove dead code
dependency injection
make Helper non-static for proper testing
check whether it is OK to run clean up job. Do not forget to pass arguments.
use correct method to get the config from server
methods can be private, proper indirect testing is given
no automatic user deletion
make limit readable for test purposes
make method less complex
add first tests
let preferences accept limit and offset for getUsersForValue
DI via constructor does not work for background jobs
after detecting, now we have retrieving deleted users and their details
we need this method to be public for now
finalize export method, add missing getter
clean up namespaces and get rid of unnecessary files
helper is not static anymore
cleanup according to scrutinizer
add cli tool to show deleted users
uses are necessary after recent namespace change
also remove user from mappings table on deletion
add occ command to delete users
fix use statement
improve output
big fixes / improvements
PHP doc
return true in userExists early for cleaning up deleted users
bump version
control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default.
improve doc
rename cli method to be consistent with others
introduce ldapUserCleanupInterval in sample config
don't show last login as unix epoche start when no login happend
less log output
consistent namespace for OfflineUser
rename GarbageCollector to DeletedUsersIndex and move it to user subdir
fix unit tests
add tests for deleteUser
more test adjustements
|
|\ \ \
| | | |
| | | | |
more strings to backport
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
fixes #12434 (stable7)
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
make regex in controllermethodreflector.php compatible with PCRE 6.x
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The syntax ?<...> seems to be only supported from PCRE 7.0 on. For
backwards-compability ?P<...> is used.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
fix broken link on app management page for apps without ocsid
|
| | | | |
| | | | |
| | | | |
| | | | | |
fix #10461
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Backport of #11524 into stable7
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Page size calculation based on real page height
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Return the real (insecure) mime type on PROPFIND
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This fixes an issue when a subdir has the same name as its parent, it
would get exluded from the list.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Patched french translation (backported from master)
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Wipe cache if there is no response from feed
|
| |/ / / / / |
|
| | | | | | |
|