| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* add $success to the updateEnd hook
* add new return code for a update failure
* add exception class to failure hook message
|
| |
|
|\
| |
| | |
[stable7] Add min-height to login page for IE8 and IE9
|
| | |
|
|/
|
|
| |
displayed in files_external
|
| |
|
| |
|
| |
|
|
|
|
| |
Very hacky backport of https://github.com/owncloud/core/pull/15541 - I changed the code path to use OC_Mail instead the OCP pendant since I didn't want to modify the public API. (OCP\Util::sendMail() is anyways deprecated with 8.1)
|
|
|
|
|
|
| |
During upgrade, the config settings aren't always available due to
base.php changes. This fix makes the update info page read the product
name and version from the update template, which already had them.
|
|\
| |
| | |
backport some strings to stable7
|
| | |
|
| | |
|
|\ \
| | |
| | | |
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)
|
| | | |
|
|/ / |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
If the webroot has been set to an empty value or ownCloud has been installed at the root location (`/``) there is a fair chance that the redirect for password resets does not work at all.
This means that while the password is getting resetted the user is not redirected to the login page.
I'm aware that it might be better to just set the webroot to `/` in those cases but this patch is better in the regard that it cannot break stuff.
Thanks to @PVince81 for helping me debugging this. (I'm a moron and assumed it couldn't be THAT easy)
Reported by @cdamken
|
| |
|
|
|
|
| |
Fixes https://github.com/owncloud/core/issues/12047
|
| |
|
| |
|
|
|
|
| |
This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here.
|
|
|
|
|
|
|
|
|
| |
This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake.
To test this play around with the new configuration parameter "supportedDatabases".
Conflicts:
lib/private/util.php
|
|
|
|
| |
There is not much sense in having these files marked executable, we should avoid that.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes https://github.com/owncloud/core/pull/11299#issuecomment-56968588 and also https://github.com/owncloud/core/issues/10628 together with https://github.com/owncloud/core/pull/11299#issuecomment-56968588 when backported.
|
| |
|
|
|
|
| |
Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive.
|
|
|
|
|
| |
Clicking on labels while the spinner is there will not trigger the
hidden checkbox any more.
|
| |
|
|
|
|
|
|
|
|
|
| |
Added spinners for the following actions:
- adding user
- removing user
- changing password
- toggling allowing upload
- setting a password
|
|
|
|
| |
appname in header bar
|
| |
|
|
|
|
|
|
|
|
|
| |
- Added setup checks in JavaScript
- Moved isWebDAVWorking to JS using SetupChecks
- Moved internet connection checks to an ajax call that goes through the
server
Backport of e65ceb08fc4a56d0fb9e4be5d51ba04168cbb59a from master
|
|
|
|
| |
and actually transmit the data later
|
|
|
|
| |
Backport of 21412559df9461ae7395d8abe1a4c6850dadfad3 from master
|
| |
|
|
|
|
| |
Backport of 412da87e6583375f98ef1bdd755c56caab14b8ac from master
|
|
|
|
| |
Fixes https://github.com/owncloud/core/issues/11133
|
| |
|