summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-2550-13/+84
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-2462-288/+111
|
* Merge pull request #7051 from owncloud/postsetupajaxcheckVincent Petry2014-09-236-36/+74
|\ | | | | Moved WebDAV check to client side JS
| * 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
* | Merge pull request #11222 from owncloud/store-users-timezone-masterThomas Müller2014-09-231-1/+1
|\ \ | |/ |/| send browsers timezone back tp the server on login
| * 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
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-231-2/+9
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-214-20/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-202-4/+9
|
* Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-198-111/+139
|\ | | | | Use select2 for the groups excluded from sharing in admin page
| * Add select2 cache for complete group listVincent Petry2014-09-111-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-104-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-096-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-091-18/+0
| | | | | | | | The ajax call is now using ajax/appconfig.php instead
| * Load select2 on admin pageVincent Petry2014-09-091-0/+2
| |
| * Now using select2 for the groups excluded from sharingVincent Petry2014-09-093-57/+58
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-192-0/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-182-0/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-172-0/+9
| |
* | Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-1/+3
|\ \ | | | | | | Fixed JS sort comparator to be consistent between JS and PHP
| * | Fixed file list sortingVincent Petry2014-08-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-161-0/+1
| | |
* | | Merge pull request #11023 from owncloud/users-fixundoLukas Reschke2014-09-152-4/+228
|\ \ \ | | | | | | | | Add timeout to user and group deletion notification.
| * | | Add timeout to user and group deletion notificationVincent Petry2014-09-152-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.
* | | | Merge pull request #11060 from owncloud/rmobslangLukas Reschke2014-09-151-5/+0
|\ \ \ \ | |/ / / |/| | | remove obsolete language files
| * | | remove obsolete language filesVolkan Gezer2014-09-131-5/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-151-1/+1
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-131-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-122-0/+14
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-112-31/+227
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-101-2/+2
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-092-0/+5
| |
* | Merge pull request #10863 from owncloud/removeWarningWhenCheckIsDisabledVicDeo2014-09-092-2/+2
|\ \ | | | | | | Add new check_for_working_internet configuration switch
| * | Don't show warning when has_internet_connection is set to falseLukas Reschke2014-09-052-2/+2
| | | | | | | | | | | | | | | | | | Revert Add disabled
* | | Merge pull request #10740 from owncloud/fix-everyone-group-countLukas Reschke2014-09-085-21/+82
|\ \ \ | | | | | | | | Using countUsers method to return true count of users
| * | | Using countUsers method to return true count of usersClark Tomlinson2014-09-055-21/+82
| | | |
* | | | Check for admin user instead of subadminLukas Reschke2014-09-081-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-071-0/+1
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-052-2/+22
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-034-1/+19
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-0251-0/+155
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-09-0166-66/+68
| | |
* | | Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke2014-08-317-94/+219
|\ \ \ | | | | | | | | Make external shares work with imported self signed certificates
| * | | Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-313-7/+11
| | | |
| * | | Cleanup routesRobin Appelman2014-08-313-5/+4
| | | |
| * | | Cleanup certificate codeRobin Appelman2014-08-311-7/+6
| | | |
| * | | remove outdated checksRobin Appelman2014-08-312-4/+0
| | | |
| * | | Move certificate management interface from files_external to coreRobin Appelman2014-08-317-93/+220
| | | |
* | | | Use public api for getting l10nRobin Appelman2014-08-3116-20/+20
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-319-10/+90
| | |