Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return correct user count when the group has none | Joas Schilling | 2015-07-06 | 1 | -1/+5 |
| | |||||
* | Add oc version to app store requests in stable7 | Joas Schilling | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #12327 from owncloud/stable7l10nbport | Thomas Müller | 2015-02-17 | 28 | -7/+55 |
|\ | | | | | backport some strings to stable7 | ||||
| * | backport some strings to stable7 | Volkan Gezer | 2014-11-20 | 28 | -7/+55 |
| | | |||||
* | | Increase initial user count to 50 | Morris Jobke | 2015-01-16 | 2 | -5/+5 |
| | | | | | | | | * fix initial user count if you have a big screen (or a portrait screen) | ||||
* | | Merge pull request #12655 from owncloud/fix-appstore-link | Morris Jobke | 2014-12-13 | 1 | -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 Jobke | 2014-12-13 | 1 | -1/+6 |
| | | | | | | | | | | | | fix #10461 | ||||
* | | | Merge pull request #12663 from zinks-/l10n-fr-backport | Morris Jobke | 2014-12-10 | 1 | -22/+22 |
|\ \ \ | | | | | | | | | Patched french translation (backported from master) | ||||
| * | | | Patched french translation (backported from master) | Thomas Imbreckx | 2014-12-05 | 1 | -22/+22 |
| |/ / | |||||
* / / | fix placeholder fake in IE8 & 9 that brokes group listing in user management ↵ | Morris Jobke | 2014-12-10 | 1 | -1/+8 |
|/ / | | | | | | | - fixes #12525 | ||||
* | | Allow read-only configuration | Lukas Reschke | 2014-12-01 | 2 | -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 #12396 | Morris Jobke | 2014-11-25 | 1 | -1/+1 |
|/ | |||||
* | Login Name -> Username in user management | Morris Jobke | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Fixed a typo in translation | canepan | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Capitalize Checks in admin page | Vincent Petry | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -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-controller | Thomas Müller | 2014-10-14 | 7 | -207/+335 |
|\ | | | | | Refactor MailSettings controller | ||||
| * | fixing typos | Thomas Müller | 2014-10-14 | 2 | -1/+2 |
| | | |||||
| * | Refactor MailSettings controller | Lukas Reschke | 2014-10-10 | 7 | -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 apps | Lukas Reschke | 2014-10-13 | 1 | -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 scope | michag86 | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | variable for found avatar div | michag86 | 2014-10-07 | 1 | -4/+5 |
| | |||||
* | fix for issue #10483 | michag86 | 2014-10-07 | 1 | -2/+4 |
| | |||||
* | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 6 | -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üller | 2014-09-22 | 1 | -1/+1 |
| | | | | displayed in the users timezone - no need to append UTC | ||||
* | Add select2 cache for complete group list | Vincent Petry | 2014-09-22 | 1 | -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 page | Vincent Petry | 2014-09-22 | 4 | -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 page | Vincent Petry | 2014-09-22 | 6 | -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.php | Vincent Petry | 2014-09-22 | 1 | -18/+0 |
| | | | | The ajax call is now using ajax/appconfig.php instead | ||||
* | Load select2 on admin page | Vincent Petry | 2014-09-22 | 1 | -0/+2 |
| | |||||
* | Now using select2 for the groups excluded from sharing | Vincent Petry | 2014-09-22 | 3 | -57/+58 |
| | |||||
* | backport stable translations | Volkan Gezer | 2014-09-20 | 23 | -23/+68 |
| | |||||
* | Add timeout to user and group deletion notification | Vincent Petry | 2014-09-18 | 2 | -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 false | Lukas Reschke | 2014-09-09 | 2 | -2/+2 |
| | | | | | | Revert Add disabled | ||||
* | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-08 | 5 | -21/+82 |
| | |||||
* | Check for admin user instead of subadmin | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | user mgmt: move 'Show storage location' and 'Show last log in' to settings area | Jan-Christoph Borchardt | 2014-08-29 | 4 | -56/+46 |
| | |||||
* | Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵ | Stephane V | 2014-08-29 | 3 | -1/+37 |
| | | | | | | optional columns This fixes #9367. | ||||
* | Redirect user after clicking on link | Lukas Reschke | 2014-08-25 | 2 | -4/+6 |
| | | | | Use DI | ||||
* | Add a trusted domain wizard | Lukas Reschke | 2014-08-25 | 2 | -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 tipsy | Arthur Schiwon | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | make singleselect check for gravity wish, and make it south for default quota | Arthur Schiwon | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | Fix default quota settings field | Vincent Petry | 2014-08-21 | 1 | -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 logic | Vincent Petry | 2014-08-21 | 2 | -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 store | Robin Appelman | 2014-08-19 | 1 | -0/+3 |
| | |||||
* | properly encode groups as json, not ',' separated | Jörn Friedrich Dreyer | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Add a note about overwritewebroot when using system cron | Joas Schilling | 2014-08-18 | 2 | -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 code | Volkan Gezer | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Typo fix NL | Volkan Gezer | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | fix broken variable name, recoveryPasswordSupported is now ↵ | Bjoern Schiessle | 2014-08-12 | 1 | -3/+3 |
| | | | | recoveryEnabledForUser |