icewind1991
|
cdf8a123e7
|
Merge pull request #8264 from owncloud/app-enable-by-group
Add the option to enable apps only for specific groups
|
2014-06-03 19:01:12 +02:00 |
Robin Appelman
|
53dc30af4f
|
Add option to enable app for specific groups
|
2014-06-03 12:42:35 +02:00 |
Arthur Schiwon
|
ec572607e1
|
remove group rename stuff, there is not support in the backends yet. to do for oc8.
|
2014-06-02 12:53:59 +02:00 |
ringmaster
|
1ae8ec698b
|
Make sure group data is returned.
|
2014-06-02 12:53:57 +02:00 |
Lukas Reschke
|
f2fed6de4e
|
Rename $accessiblegroups to $accessibleGroups
|
2014-06-02 12:53:57 +02:00 |
Arthur Schiwon
|
5444a1114d
|
cleanup
|
2014-06-02 12:53:56 +02:00 |
Arthur Schiwon
|
3e411c82a5
|
unify and consolidate group fetching method for initial template fill and ajax request
|
2014-06-02 12:53:56 +02:00 |
Arthur Schiwon
|
cbcda49ee3
|
get translations from settings, not core
|
2014-06-02 12:53:56 +02:00 |
Arthur Schiwon
|
249e42c4cd
|
enable group filtering
|
2014-06-02 12:53:55 +02:00 |
Arthur Schiwon
|
5b8ba79356
|
make filter work on server-side
|
2014-06-02 12:53:55 +02:00 |
Arthur Schiwon
|
b3d68fc175
|
refactor delete handling and apply it to users and groups
|
2014-06-02 12:53:54 +02:00 |
Arthur Schiwon
|
004dd73c5e
|
fix user creation, checkSubAdminUser is only available in OC_JSON
|
2014-06-02 12:53:53 +02:00 |
Lukas Reschke
|
86d3cf53d1
|
Let's switch to OCP\JSON
|
2014-06-02 12:53:52 +02:00 |
Lukas Reschke
|
ed1a23c9a2
|
Use OCP\JSON instead of OC_JSON
|
2014-06-02 12:53:52 +02:00 |
Lukas Reschke
|
8a8800203e
|
Remove legacy "Check for user comment"
I don't think these comments are necessary anymore and therefore they should get killed.
|
2014-06-02 12:53:52 +02:00 |
raghunayyar
|
16fb48f2eb
|
Adds admin check on groupname changes.
|
2014-06-02 12:53:52 +02:00 |
Arthur Schiwon
|
478393e15a
|
load groups when clicking on them
|
2014-06-02 12:53:52 +02:00 |
Arthur Schiwon
|
57ffaddf26
|
add Last Login column
|
2014-06-02 12:53:51 +02:00 |
raghunayyar
|
970f899726
|
Initial Commit : Changes Storage to Quota, Implements GroupName editing.
|
2014-06-02 12:52:53 +02:00 |
Arthur Schiwon
|
dc28f58951
|
add Storage Location col
|
2014-06-02 12:52:53 +02:00 |
raghunayyar
|
c7af9cd6dd
|
Initial Commit : User Search, Fixes Typos
|
2014-06-02 12:52:53 +02:00 |
raghunayyar
|
78e1b71003
|
Reverts Bogus Changes.
|
2014-06-02 12:52:52 +02:00 |
raghunayyar
|
ce46cd3680
|
Implements Group Creation from Sidebar
|
2014-06-02 12:52:52 +02:00 |
raghunayyar
|
b506388b75
|
Reverts last commit, implements user in group count.
|
2014-06-02 12:52:52 +02:00 |
raghunayyar
|
b2ca595509
|
Add GroupList Ajax to Users.
|
2014-06-02 12:52:52 +02:00 |
Bjoern Schiessle
|
12338e0ef0
|
allow admin to disable sharing for specific groups of users
|
2014-05-22 10:43:44 +02:00 |
Björn Schießle
|
b8de1e5d71
|
Merge pull request #8398 from owncloud/enc_backup_keys
backup the encryption key after the encryption was disabled
|
2014-05-13 09:25:16 -04:00 |
Bjoern Schiessle
|
a9ac11718e
|
backup the encryption key after the encryption was disabled so that the user
can restore them if needed
|
2014-05-13 12:35:25 +02:00 |
Thomas Müller
|
e0dd69e4e6
|
remove legacy aka deprecated code: OC_FilesystemView
|
2014-05-12 16:30:39 +02:00 |
Volkan Gezer
|
1903895172
|
Make email display name change translatable again
|
2014-04-15 00:27:54 +02:00 |
Volkan Gezer
|
286323f7a4
|
Fix some localization issues with file encryption/decription strings
|
2014-04-05 19:28:53 +02:00 |
Thomas Müller
|
3eb5898f7b
|
use \OC_Mail::validateAddress() to validate the email address - fixes #7862
|
2014-03-24 15:35:07 +01:00 |
Bjoern Schiessle
|
86b3cdc132
|
close encryption session after decryption was finished
|
2014-02-26 17:18:38 +01:00 |
Bjoern Schiessle
|
f2f5769df7
|
catch errors during decryption
|
2014-02-17 10:03:57 +01:00 |
Bjoern Schiessle
|
2556647a10
|
check if user is logged in
|
2013-11-26 12:47:59 +01:00 |
Jan-Christoph Borchardt
|
d62b683c6a
|
change 'Display Name' to more understandable 'Full Name', fix #5612
|
2013-11-06 14:20:43 +01:00 |
Vincent Petry
|
1ee4b680f6
|
Fixed user dir existence check when creating new user
The check was done too later. It turns out that createUser() had already
created the dir, which caused the warning message to be shown every
time.
|
2013-10-25 16:23:29 +02:00 |
Vincent Petry
|
00f4928866
|
Added warning notification when user home already exists
When creating a user and the home already exists in the data dir, a
warning notification will be displayed.
Fixes #5161
|
2013-10-22 18:10:29 +02:00 |
kondou
|
306a8681c5
|
Move ajax/changepassword to changepassword/controller to use autoloading
|
2013-09-13 17:03:13 +02:00 |
kondou
|
f6faec0e0b
|
Use a controller instead of two files for changepassword.php
|
2013-09-11 16:35:13 +02:00 |
kondou
|
4aa84047fe
|
Remove $recoveryPassword from changepersonalpassword & fix indent
|
2013-09-06 17:05:10 +02:00 |
kondou
|
a21376480d
|
Split personal and user-mgmt password change logic
|
2013-09-06 08:05:07 +02:00 |
Jan-Christoph Borchardt
|
0c02e1efef
|
Merge pull request #4563 from owncloud/use_personal-password
Use personal-password for the password name in personal.php
|
2013-08-28 06:23:13 -07:00 |
kondou
|
fbe7a68ce8
|
Use personal-password for the password name in personal.php
Fix #4491
|
2013-08-24 14:31:32 +02:00 |
kondou
|
0ce35af02a
|
Merge branch 'master' into improve_app-management
Conflicts:
settings/js/apps.js
|
2013-08-21 19:20:25 +02:00 |
Morris Jobke
|
de949b1caa
|
Merge pull request #4447 from owncloud/fix_4351_master
Use JSON to send/receive group data.
|
2013-08-20 02:49:48 -07:00 |
Björn Schießle
|
9be836814c
|
Merge pull request #4239 from owncloud/decrypt_files_again
Enable user to decrypt files again after encryption app was disabled
|
2013-08-18 09:51:48 -07:00 |
Kondou
|
c7af26ec84
|
Merge pull request #4497 from owncloud/newlines_at_eof_kondou
Add newlines at the end of files
|
2013-08-18 07:16:15 -07:00 |
kondou
|
9e8a6b704d
|
Add _many_ newlines at the end of files
|
2013-08-18 11:06:59 +02:00 |
Andreas Fischer
|
4f462e9b6f
|
Add trailing comma for all touched array lines.
|
2013-08-17 23:39:26 +02:00 |