summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Return correct user count when the group has noneJoas Schilling2015-07-061-1/+5
|
* Add oc version to app store requests in stable7Joas Schilling2015-06-291-2/+2
|
* Merge pull request #12327 from owncloud/stable7l10nbportThomas Müller2015-02-1728-7/+55
|\ | | | | backport some strings to stable7
| * backport some strings to stable7Volkan Gezer2014-11-2028-7/+55
| |
* | Increase initial user count to 50Morris Jobke2015-01-162-5/+5
| | | | | | | | * fix initial user count if you have a big screen (or a portrait screen)
* | Merge pull request #12655 from owncloud/fix-appstore-linkMorris Jobke2014-12-131-1/+6
|\ \ | | | | | | fix broken link on app management page for apps without ocsid
| * | fix broken link on app management page for apps without ocsid - fix #9574, ↵Morris Jobke2014-12-131-1/+6
| | | | | | | | | | | | fix #10461
* | | Merge pull request #12663 from zinks-/l10n-fr-backportMorris Jobke2014-12-101-22/+22
|\ \ \ | | | | | | | | Patched french translation (backported from master)
| * | | Patched french translation (backported from master)Thomas Imbreckx2014-12-051-22/+22
| |/ /
* / / fix placeholder fake in IE8 & 9 that brokes group listing in user management ↵Morris Jobke2014-12-101-1/+8
|/ / | | | | | | - fixes #12525
* | Allow read-only configurationLukas Reschke2014-12-012-3/+19
| | | | | | | | | | | | | | | | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database Conflicts: lib/base.php settings/admin.php
* | fixes undefined appitem - fixes #12396Morris Jobke2014-11-251-1/+1
|/
* Login Name -> Username in user managementMorris Jobke2014-11-101-1/+1
|
* Fixed a typo in translationcanepan2014-11-051-1/+1
|
* Capitalize Checks in admin pageVincent Petry2014-11-031-1/+1
|
* Make files non executableLukas Reschke2014-10-241-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* Merge pull request #11408 from owncloud/refactor-mailsettings-controllerThomas Müller2014-10-147-207/+335
|\ | | | | Refactor MailSettings controller
| * fixing typosThomas Müller2014-10-142-1/+2
| |
| * Refactor MailSettings controllerLukas Reschke2014-10-107-207/+334
| | | | | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests
* | Close session when loading appsLukas Reschke2014-10-131-0/+1
|/ | | | Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable.
* restrict $div to local scopemichag862014-10-071-1/+1
|
* variable for found avatar divmichag862014-10-071-4/+5
|
* fix for issue #10483michag862014-10-071-2/+4
|
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-236-36/+74
| | | | | | | | | - 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
* date printed in the admin section regarding last execution time is already ↵Thomas Müller2014-09-221-1/+1
| | | | displayed in the users timezone - no need to append UTC
* Add select2 cache for complete group listVincent Petry2014-09-221-23/+39
| | | | | | | | To avoid making a server request every time the dropdown opens, the whole list of groups are cached (from the last request): Whenever the user types in a search term it will still send server requests.
* Fixed select2 for admin and apps pageVincent Petry2014-09-224-13/+29
| | | | | | Added explicit escaping. Now internally using a pipe symbol as separator for select2, to make it possible to use group names containing commas.
* Added select2 on the apps pageVincent Petry2014-09-226-88/+99
| | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page.
* Remove excludegroup.phpVincent Petry2014-09-221-18/+0
| | | | The ajax call is now using ajax/appconfig.php instead
* Load select2 on admin pageVincent Petry2014-09-221-0/+2
|
* Now using select2 for the groups excluded from sharingVincent Petry2014-09-223-57/+58
|
* backport stable translationsVolkan Gezer2014-09-2023-23/+68
|
* Add timeout to user and group deletion notificationVincent Petry2014-09-182-4/+228
| | | | | | | | | | | | | | | | | | | | Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict. Backport of 0d9f24a0efef20b9041e40817b10822a4700532d from master
* Don't show warning when has_internet_connection is set to falseLukas Reschke2014-09-092-2/+2
| | | | | | Revert Add disabled
* Using countUsers method to return true count of usersClark Tomlinson2014-09-085-21/+82
|
* Check for admin user instead of subadminLukas Reschke2014-09-081-1/+1
|
* user mgmt: move 'Show storage location' and 'Show last log in' to settings areaJan-Christoph Borchardt2014-08-294-56/+46
|
* Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵Stephane V2014-08-293-1/+37
| | | | | | optional columns This fixes #9367.
* Redirect user after clicking on linkLukas Reschke2014-08-252-4/+6
| | | | Use DI
* Add a trusted domain wizardLukas Reschke2014-08-252-2/+26
| | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
* it does not affect gravity on planet earth, but only for tipsyArthur Schiwon2014-08-211-1/+1
|
* make singleselect check for gravity wish, and make it south for default quotaArthur Schiwon2014-08-211-1/+1
|
* Fix default quota settings fieldVincent Petry2014-08-211-30/+52
| | | | | | | | | | | The default quota settings field is initially hidden which makes it impossible for singleSelect() to make its width measurements. This fix uses the app navigation slide "show" event to defer the singleSelect() initialization on the default quota field. Refactored setQuota() into UserList._updateQuota(). Refactored duplicate event handler code into UserList.onQuotaSelect().
* Use global apps slide toggle logicVincent Petry2014-08-212-26/+2
| | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute.
* Set maintaince mode when updating an app from the app storeRobin Appelman2014-08-191-0/+3
|
* properly encode groups as json, not ',' separatedJörn Friedrich Dreyer2014-08-191-3/+3
|
* Add a note about overwritewebroot when using system cronJoas Schilling2014-08-182-7/+27
| | | | | | | | If the current webroot is non-empty but the webroot from the config is, and system cron is used, the URL generator fails to build valid URLs. So we notify the admin to set it up correctly. Fix #9995
* fix japanese lang codeVolkan Gezer2014-08-131-1/+1
|
* Typo fix NLVolkan Gezer2014-08-131-1/+1
|
* fix broken variable name, recoveryPasswordSupported is now ↵Bjoern Schiessle2014-08-121-3/+3
| | | | recoveryEnabledForUser