Georg Ehrke
f503aea099
remove unused code from togglesubadmins.php
13 years ago
Georg Ehrke
4490a88492
fix changepassword.php for subadmins
13 years ago
Georg Ehrke
044134a289
add another file which was missing in the previous commit
13 years ago
Georg Ehrke
e707e94857
subadmins can now add users
13 years ago
Michael Gapczynski
b455149bae
Fix undo delete user
13 years ago
Michael Gapczynski
8890a41280
Fix setting custom quota size for users, bug fix for oc-1128
13 years ago
Georg Ehrke
d0b625352c
some work on subadmins
13 years ago
Jörn Friedrich Dreyer
e59a1806cf
remove superfluous ?> at the end of .php files (left out apps/*/templates)
13 years ago
Lukas Reschke
777eb1d8b1
CSRF check in the settings
13 years ago
Sam Tuke
825d92d59c
Added undo functionality to delete user procedure on user settings page
13 years ago
Michael Gapczynski
7ceba61413
Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)"
...
This reverts commit 265d7e50f5
.
13 years ago
Michael Gapczynski
c992482e92
Prevent duplicate group showing in multiselect that added the group
13 years ago
Michael Gapczynski
05cb94801a
Add new group to other user's group select forms
13 years ago
Frank Karlitschek
6917d74193
move the ownCloud version to admin which makes more sense. A normal user can´t update ownCloud anyways.
13 years ago
Bjoern Schiessle
72b365842f
bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)
13 years ago
Sam Tuke
f374dae233
Added text ACS warning to admin's user settings page, and corresponding CSS styles
13 years ago
Thomas Tanghus
5ac4830e75
XSS fix.
13 years ago
Thomas Tanghus
c3130919c2
Allow direct link to app.
13 years ago
Bjoern Schiessle
036530b2fd
log messages are looking nicer if html code gets interpreted. (xss prevention happens on another place)
13 years ago
Frank Karlitschek
e95055b2bd
check if the data directory is accessible via http. Show a big security warning if yes
13 years ago
Bjoern Schiessle
34739b7ec5
use new sanitizeHTML() function
13 years ago
Bjoern Schiessle
089ae980c4
use new sanitize HTML function
13 years ago
Bjoern Schiessle
2fd7df57d9
don't add the "Shared"-directory size to users quota
13 years ago
Bjoern Schiessle
91f69858e4
escape log messages to avoid possible js execution
13 years ago
Bjoern Schiessle
1b6dd6628a
applied patch provided by bug #966 to fix broken user specific quota settings
13 years ago
Lukas Reschke
d2a34f4b35
Fixes a issue with the log
13 years ago
Lukas Reschke
2b22c538c8
Make some apps compatible
13 years ago
Lukas Reschke
c009bc4b87
Revert
13 years ago
Lukas Reschke
ec4c373eaa
Settings...
13 years ago
Frank Karlitschek
3947aa3ef7
apps paging is not yet implemented. increase pagesize to 100 as a quickfix
13 years ago
Bjoern Schiessle
f91ad08613
fixed broken lines in user table
13 years ago
Tom Needham
1f409ec524
Protect the help page
13 years ago
Robin Appelman
f7d221f5f0
update translations
13 years ago
Thomas Tanghus
6c4231b3d3
Per user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324 .
13 years ago
Bart Visscher
786325a4bb
Fix newline in code
13 years ago
Tom Needham
55e88120cd
Validate email on save
13 years ago
Michael Gapczynski
adc200c1f3
Hide app page link for internal apps, fixes bug oc-913
13 years ago
Frank Karlitschek
f3c1d1eded
link to apps.owncloud.com
...
thanks to guillaume for the patch
13 years ago
Frank Karlitschek
e6b0eb3423
prevend a division by zero problem
13 years ago
Bart Visscher
a33f580db1
Remove OC_App::register function
...
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
13 years ago
Frank Karlitschek
982cde0bb1
check during ownCloud upgrade if all the installed apps are compatible with the new ownCloud version. Disable them if not
13 years ago
Frank Karlitschek
a945fa10a6
update copyright
13 years ago
Frank Karlitschek
fdbe0c9734
don´t claim that already downloaded 3rd party apps are internal apps
13 years ago
Robin Appelman
ac8bfc218e
update translations
13 years ago
Brice Maron
97e8ff6801
Switch enable button only when app is really installed or uninstalled
13 years ago
Robin Appelman
1a2ab2ef68
prevent user creation with empty password
13 years ago
Robin Appelman
ee0294bbb1
update translations
13 years ago
Bart Visscher
a9d7c67bf2
The log message is not always shown in html
...
The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html.
13 years ago
Michael Gapczynski
63cc1ccacd
Sanitize group in togglegroups
13 years ago
Robin Appelman
588b51d88a
update translations
13 years ago