summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Check if required apps are installedTom Needham2012-07-304-9/+53
|
* Authorisation requires you to be logged inTom Needham2012-07-301-0/+1
|
* Include the css for the OAuth pageTom Needham2012-07-301-0/+1
|
* Improve styling of permission request pageTom Needham2012-07-302-12/+15
|
* Basic template for authorising exernal apps with OAuthTom Needham2012-07-302-0/+60
|
* Fix undo delete userMichael Gapczynski2012-07-141-17/+16
|
* Fix setting custom quota size for users, bug fix for oc-1128Michael Gapczynski2012-07-111-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0914-29/+1
|
* CSRF check in the settingsLukas Reschke2012-07-0713-1/+15
|
* Added undo functionality to delete user procedure on user settings pageSam Tuke2012-07-042-9/+89
|
* Revert "bugfix for #1098 (assigning a group to a user, the group appears ↵Michael Gapczynski2012-07-011-1/+0
| | | | | | incrementally many times the more you assign it)" This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.
* Prevent duplicate group showing in multiselect that added the groupMichael Gapczynski2012-06-291-1/+3
|
* Add new group to other user's group select formsMichael Gapczynski2012-06-291-0/+6
|
* move the ownCloud version to admin which makes more sense. A normal user ↵Frank Karlitschek2012-06-292-5/+7
| | | | can´t update ownCloud anyways.
* bugfix for #1098 (assigning a group to a user, the group appears ↵Bjoern Schiessle2012-06-261-0/+1
| | | | incrementally many times the more you assign it)
* Added text ACS warning to admin's user settings page, and corresponding CSS ↵Sam Tuke2012-06-253-0/+16
| | | | styles
* XSS fix.Thomas Tanghus2012-06-251-1/+1
|
* Allow direct link to app.Thomas Tanghus2012-06-253-1/+14
|
* log messages are looking nicer if html code gets interpreted. (xss ↵Bjoern Schiessle2012-06-221-1/+1
| | | | prevention happens on another place)
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-213-1/+21
|\
| * check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-213-1/+21
| | | | | | | | warning if yes
* | use new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
|/
* use new sanitize HTML functionBjoern Schiessle2012-06-193-3/+3
|
* don't add the "Shared"-directory size to users quotaBjoern Schiessle2012-06-181-1/+2
|
* escape log messages to avoid possible js executionBjoern Schiessle2012-06-181-1/+1
|
* Merge commit 'refs/merge-requests/127' of ↵Michael Gapczynski2012-06-134-6/+6
|\ | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php
| * Fixes a issue with the logLukas Reschke2012-06-111-2/+2
| |
| * Make some apps compatibleLukas Reschke2012-06-114-6/+6
| |
| * RevertLukas Reschke2012-06-115-16/+16
| |
| * Settings...Lukas Reschke2012-06-115-16/+16
| |
* | applied patch provided by bug #966 to fix broken user specific quota settingsBjoern Schiessle2012-06-123-48/+76
|/
* apps paging is not yet implemented. increase pagesize to 100 as a quickfixFrank Karlitschek2012-06-091-1/+2
|
* fixed broken lines in user tableBjoern Schiessle2012-06-082-2/+3
|
* Protect the help pageTom Needham2012-06-071-3/+3
|
* update translationsRobin Appelman2012-06-0644-92/+247
|
* Per user quota didn't show in FF (and possibly IE) ↵Thomas Tanghus2012-06-051-1/+1
| | | | http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.
* Fix newline in codeBart Visscher2012-06-041-2/+3
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-06-041-0/+2
|\
| * Hide app page link for internal apps, fixes bug oc-913Michael Gapczynski2012-06-041-0/+2
| |
* | Validate email on saveTom Needham2012-06-041-5/+4
|/
* link to apps.owncloud.comFrank Karlitschek2012-06-032-2/+7
| | | | thanks to guillaume for the patch
* prevend a division by zero problemFrank Karlitschek2012-06-011-0/+1
|
* Remove OC_App::register functionBart Visscher2012-05-311-7/+0
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* check during ownCloud upgrade if all the installed apps are compatible with ↵Frank Karlitschek2012-05-261-2/+2
| | | | the new ownCloud version. Disable them if not
* update copyrightFrank Karlitschek2012-05-263-3/+3
|
* don´t claim that already downloaded 3rd party apps are internal appsFrank Karlitschek2012-05-181-2/+7
|
* update translationsRobin Appelman2012-05-178-8/+104
|
* Switch enable button only when app is really installed or uninstalledBrice Maron2012-05-141-5/+13
|
* prevent user creation with empty passwordRobin Appelman2012-05-131-1/+5
|
* update translationsRobin Appelman2012-05-1317-2/+152
|