Bart Visscher
|
2ef2dc4dda
|
Fix "There must be a single space between the closing parenthesis and the opening brace"
|
2012-12-15 00:43:46 +01:00 |
Bart Visscher
|
a3f18d4b5a
|
Merge pull request #603 from owncloud/store_plain_groupname
Group name doesn't need to be sanitized before storing it in the database
|
2012-11-30 04:13:36 -08:00 |
Georg Ehrke
|
ab13702770
|
make some checks server-side
|
2012-11-28 18:15:40 +01:00 |
Bart Visscher
|
80d1037e42
|
Group name does't need to be sanitized before storing it in the database
It should only be sanitized before display
|
2012-11-27 20:22:45 +01:00 |
Bart Visscher
|
59627367ae
|
Better check and handling of user creation
|
2012-11-14 21:52:28 +01:00 |
Diederik de Haas
|
1b7c0c2b62
|
Fixed new checkstyle issues in ocs.php from build #1341.
|
2012-11-10 01:02:47 +01:00 |
Frank Karlitschek
|
f799e48f7e
|
fix the broken image path on the apps page
|
2012-11-08 13:34:00 +01:00 |
Felix Moeller
|
a4b2ea586d
|
Style: Remove all the dangling white spaces
|
2012-11-04 22:16:04 +01:00 |
Felix Moeller
|
27ab0357ae
|
Checkstyle: Fix last six NewlineBeforeOpenBrace
|
2012-11-04 18:36:16 +01:00 |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
2012-11-04 11:10:46 +01:00 |
Felix Moeller
|
afadf93d31
|
Checkstyle: many fixes
|
2012-11-02 19:53:02 +01:00 |
Bart Visscher
|
1bdd0c949b
|
Move and fix app setting navigation detect
|
2012-10-29 15:04:55 +01:00 |
Bart Visscher
|
6081bfa2bc
|
Merge branch 'master' into routing
Conflicts:
lib/search/provider/file.php
settings/ajax/changepassword.php
settings/settings.php
|
2012-10-17 16:38:11 +02:00 |
Lukas Reschke
|
f4142bd2a8
|
Move isUserVerified to OC_Util
|
2012-10-16 00:47:38 +02:00 |
Lukas Reschke
|
c404148f9a
|
Password check for admins
|
2012-10-16 00:47:38 +02:00 |
Lukas Reschke
|
c83a2a5517
|
Correct check for admin
|
2012-10-16 00:47:38 +02:00 |
Lukas Reschke
|
e6c9f5d9f4
|
Verify passwords for admins
|
2012-10-16 00:01:48 +02:00 |
Lukas Reschke
|
e3054b6201
|
Revert "Verify user login before changing the password reset mail"
This reverts commit 9aa9110fd9 .
|
2012-10-15 23:50:12 +02:00 |
Lukas Reschke
|
f475ed5cc1
|
Revert "Remove old password check from changepassword and use verifyUser instead"
This reverts commit e6b8153865 .
|
2012-10-15 23:49:49 +02:00 |
Lukas Reschke
|
9aa9110fd9
|
Verify user login before changing the password reset mail
|
2012-10-15 17:44:44 +02:00 |
Lukas Reschke
|
e6b8153865
|
Remove old password check from changepassword and use verifyUser instead
|
2012-10-15 17:44:44 +02:00 |
Lukas Reschke
|
6b39b80648
|
Change auth checks
|
2012-10-15 17:44:44 +02:00 |
Lukas Reschke
|
0b42d70259
|
Unneeded double check
|
2012-10-15 16:08:39 +03:00 |
Lukas Reschke
|
2f4b1b0e4c
|
Disallow users to delete their own accounts
|
2012-10-10 18:05:34 +02:00 |
Bart Visscher
|
bb136b9adf
|
Make the settings ajax calls use the router
|
2012-10-02 18:00:23 +02:00 |
Sam Tuke
|
dc0dc56d48
|
Merge branch 'master' of https://github.com/owncloud/core
|
2012-09-18 14:36:08 +01:00 |
Sam Tuke
|
b765e883f3
|
Fixed bug with duplicate entries for installed 3rd party apps in settings->apps
Added method getAppstoreApps to OC_App
Added minor documentation
|
2012-09-18 14:35:27 +01:00 |
Thomas Müller
|
f85b709fae
|
Use correct translation file
every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get
|
2012-09-17 15:00:22 +03:00 |
Thomas Müller
|
1fd3c5fbc0
|
$l was undefined
|
2012-09-17 14:50:17 +03:00 |
Jörn Friedrich Dreyer
|
62d8202d59
|
return a message when app could not be enabled
|
2012-09-12 12:02:39 +02:00 |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
2012-09-07 15:22:01 +02:00 |
Thomas Mueller
|
ebb28412ca
|
no more require_once()
|
2012-09-05 23:28:59 +02:00 |
Thomas Mueller
|
ae8d2d029f
|
Adding missing translation
|
2012-09-04 20:48:10 +02:00 |
Thomas Müller
|
b698fab109
|
Update settings/ajax/userlist.php
respect coding style
|
2012-09-04 13:00:56 +03:00 |
Thomas Müller
|
4b3fc27a22
|
Update settings/ajax/togglegroups.php
respect coding style
|
2012-09-04 12:58:07 +03:00 |
Thomas Müller
|
9a8a101756
|
Update settings/ajax/setloglevel.php
respect coding style
|
2012-09-04 12:55:20 +03:00 |
Thomas Müller
|
dafe28e079
|
Update settings/ajax/setlanguage.php
respect coding style
|
2012-09-04 12:54:36 +03:00 |
Thomas Müller
|
93496a32cc
|
Update settings/ajax/removeuser.php
$l->t added for error message
|
2012-09-04 12:54:04 +03:00 |
Thomas Müller
|
de987b475d
|
Update settings/ajax/removeuser.php
respect coding style
|
2012-09-04 12:51:04 +03:00 |
Thomas Müller
|
04aea1eb2e
|
Update settings/ajax/removegroup.php
$l->t added for error message
|
2012-09-04 12:50:16 +03:00 |
Thomas Müller
|
b49e8cd04d
|
Update settings/ajax/removegroup.php
respect coding style
|
2012-09-04 12:49:50 +03:00 |
Thomas Müller
|
16b3ffb588
|
Update settings/ajax/openid.php
respect coding style
|
2012-09-04 12:49:21 +03:00 |
Thomas Müller
|
83575a4436
|
Update settings/ajax/creategroup.php
$l->t added to error messages
|
2012-09-04 12:48:42 +03:00 |
Thomas Müller
|
04033585b0
|
Update settings/ajax/lostpassword.php
respect coding style
|
2012-09-04 12:47:35 +03:00 |
Thomas Müller
|
6308f80329
|
Update settings/ajax/getlog.php
respect coding style
|
2012-09-04 12:46:56 +03:00 |
Thomas Müller
|
caaaf7a7bf
|
Update settings/ajax/creategroup.php
respect coding style
|
2012-09-04 12:45:54 +03:00 |
Thomas Müller
|
a570cc7b60
|
Update settings/ajax/setquota.php
respect coding style
|
2012-09-04 12:36:21 +03:00 |
Thomas Müller
|
e10f46d978
|
Update settings/ajax/createuser.php
respect coding style
|
2012-09-04 12:34:52 +03:00 |
Thomas Müller
|
69240afd7a
|
Update settings/ajax/changepassword.php
respect coding style
|
2012-09-04 12:32:27 +03:00 |
Thomas Müller
|
8bea9f34e6
|
Update settings/ajax/apps/ocs.php
respect coding style
|
2012-09-04 12:31:28 +03:00 |