| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385)
- Refactor to AppFramework
- Add unit tests
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Added explicit escaping.
Now internally using a pipe symbol as separator for select2, to make it
possible to use group names containing commas.
|
|
|
|
|
|
|
| |
Moved setupGroupsSelect() from admin.js to a common settings.js
as OC.Settings.setupGoupsSelect().
Now using select2 as well on the apps page.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
optional columns
This fixes #9367.
|
|
|
|
| |
Use DI
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
|
| |
Remove local app settings slide logic and make it use the global one
triggered by the "data-apps-slide-toggle" attribute.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Renamed "delete" to "deleteEntry" to make IE8 happy.
- Added missing "svg" class for the "+" button
- Added height to "+" button but was unable to properly align it
|
|
|
|
|
|
| |
Userlist: async load doesnt fill checked group/subadmin array
Strinct comparsion fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove dead code
do not filter groups. but update the user count according to the filter
improve phpdoc
improve metadata runtime cache
add metadata tests
fixing PHPDoc
|
|
|
|
|
|
|
|
| |
remove the group in case the last user has removed from that group
cleanup
use .filterAttr()
|
|
|
|
|
|
|
|
| |
decrease user count in affected groups after user delete
increase/decrease everyone count on user creation/deletion
avoid global selector
|
| |
|
|
|
|
| |
Added class="date" in the latest column of the log table to get everything on one line (in the ajax request).
|
| |
|
|
|
|
| |
This reverts commit 0dc12a3737127aad28be12f9417d2a63601a88ff.
|
| |
|
|
|
|
|
|
|
| |
* ref #8854
* prevent default of "send test mail" button
* drop unused form serialization
* use display name of user for test mail
|
| |
|
|
|
|
| |
ref #8906
|
|\
| |
| | |
Make shipped apps updatable via appstore
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
lib/private/app.php
settings/templates/apps.php
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
app manager forgets the documentation links workaround for #8081
|
| | | | |
|
|/ / / |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Revert "make reshare settings foldable"
This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd.
Conflicts:
settings/templates/admin.php
|
|\ \
| | |
| | | |
Toggle app navigation not only on mobile, but on desktop as well
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Remove infieldlabels
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Add the option to enable apps only for specific groups
|