summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [updater] mark failure in redMorris Jobke2015-07-061-1/+2
|
* [updater] propagate error case properlyMorris Jobke2015-07-061-11/+18
| | | | | | * add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message
* Proper repair step info during upgrade on cliMorris Jobke2015-06-181-0/+3
|
* Merge pull request #16707 from owncloud/stable7-fix-ie8-ie9Morris Jobke2015-06-101-0/+1
|\ | | | | [stable7] Add min-height to login page for IE8 and IE9
| * Add min-height to login page for IE8 and IE9Morris Jobke2015-06-031-0/+1
| |
* | return name instead of false, as it is on oc8 and master, so groups are ↵Arthur Schiwon2015-06-051-1/+1
|/ | | | displayed in files_external
* add lookup route for displaynamesJörn Friedrich Dreyer2015-04-232-0/+35
|
* more robust share dialogMorris Jobke2015-04-221-0/+4
|
* do not disclose information, show generic error on login pageJörn Friedrich Dreyer2015-04-221-0/+6
|
* Add "Reply-To" support for sharing notificationsLukas Reschke2015-04-121-2/+2
| | | | 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)
* Read version and product name from update templateVincent Petry2015-03-022-5/+9
| | | | | | 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.
* Merge pull request #12327 from owncloud/stable7l10nbportThomas Müller2015-02-172-2/+4
|\ | | | | backport some strings to stable7
| * backport some strings to stable7Volkan Gezer2014-11-202-2/+4
| |
* | replace outdated 'shared' people icon with regular share icon as fallbackJan-Christoph Borchardt2015-01-092-3/+4
| |
* | Merge pull request #12643 from owncloud/ldap-user-cleanup-stable7blizzz2014-12-192-0/+37
|\ \ | | | | | | LDAP User Cleanup - stable7
| * | LDAP User CleanupArthur Schiwon2014-12-152-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #12332 from owncloud/langbport2Morris Jobke2014-12-1930-18/+48
|\ \ \ | | | | | | | | more strings to backport
| * | | more strings to backportVolkan Gezer2014-11-2030-18/+48
| | |/ | |/|
* | | Merge pull request #12798 from cyberb/stable7Jan-Christoph Borchardt2014-12-161-1/+0
|\ \ \ | |_|/ |/| | fixes #12434 (stable7)
| * | fixes #12434Boris Rybalkin2014-12-111-1/+0
| | |
* | | Patched french translation (backported from master)Thomas Imbreckx2014-12-051-62/+62
|/ /
* | trim search string before passing it onArthur Schiwon2014-12-041-1/+1
| |
* | Use `/` as redirect location if webroot is set to an empty valueLukas Reschke2014-11-241-1/+5
|/ | | | | | | | | | | | 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
* adjust autocomplete behavior for sharing menuCraig Morrissey2014-11-191-1/+1
|
* Use proper array keyLukas Reschke2014-11-081-1/+1
| | | | Fixes https://github.com/owncloud/core/issues/12047
* Support HTML in logo claimLukas Reschke2014-11-051-1/+1
|
* backport some strings to stable7Volkan Gezer2014-11-0412-12/+48
|
* Close session for avatar getLukas Reschke2014-10-291-0/+1
| | | | This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here.
* Make supported DBs configurable within config.phpLukas Reschke2014-10-271-27/+22
| | | | | | | | | 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
* Make files non executableLukas Reschke2014-10-242-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* set password field placeholder back if passward was disabledBjoern Schiessle2014-10-171-0/+1
|
* Add beforeeach and aftereachLukas Reschke2014-10-091-4/+6
|
* Add unittest for filePathLukas Reschke2014-10-091-0/+18
|
* Remove special case for css in OC.filePathRobin Appelman2014-10-091-1/+1
|
* make sure that the notification gets shown again after a second tryBjoern Schiessle2014-10-081-32/+37
|
* Try to create datadirectory to test whether the .htaccess worksLukas Reschke2014-09-301-1/+6
| | | | 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.
* Don't test for htaccess if we cant write into the datadir anywayRobin Appelman2014-09-301-10/+12
|
* Close the session for preview generationLukas Reschke2014-09-291-0/+1
| | | | Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive.
* Prevent monkey clicking on labelsVincent Petry2014-09-271-0/+5
| | | | | Clicking on labels while the spinner is there will not trigger the hidden checkbox any more.
* Add ID to markup to have the checkboxes in the right positionLukas Reschke2014-09-271-5/+5
|
* Added spinners in share dropdownVincent Petry2014-09-272-22/+102
| | | | | | | | | Added spinners for the following actions: - adding user - removing user - changing password - toggling allowing upload - setting a password
* for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of ↵Jan-Christoph Borchardt2014-09-271-1/+7
| | | | appname in header bar
* fix filepicker home icon being partly hidden, fix #10169Jan-Christoph Borchardt2014-09-241-0/+2
|
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-232-0/+72
| | | | | | | | | - 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
* using flush() here is pointless as we render the layout into a memory buffer ↵Thomas Müller2014-09-233-3/+0
| | | | and actually transmit the data later
* remove post setup checkThomas Müller2014-09-232-9/+3
| | | | Backport of 21412559df9461ae7395d8abe1a4c6850dadfad3 from master
* fit select2 to ownCloud input styleJan-Christoph Borchardt2014-09-221-0/+12
|
* Move select2 from files_external to coreVincent Petry2014-09-2258-0/+5407
| | | | Backport of 412da87e6583375f98ef1bdd755c56caab14b8ac from master
* Make 404 page easier to understandLukas Reschke2014-09-181-2/+5
| | | | Fixes https://github.com/owncloud/core/issues/11133
* fix nojavascript message alignmentJan-Christoph Borchardt2014-09-111-1/+2
|