]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agobind undo to current deleteHandler
Arthur Schiwon [Fri, 9 May 2014 16:58:50 +0000 (18:58 +0200)]
bind undo to current deleteHandler

10 years agouser mgmt: hide group rename function because it’s not supported in the backend yet
Jan-Christoph Borchardt [Fri, 9 May 2014 14:29:56 +0000 (16:29 +0200)]
user mgmt: hide group rename function because it’s not supported in the backend yet

10 years agoFix UserList.empty(), use _.defer() instead of setTimeout()
ringmaster [Fri, 9 May 2014 13:28:16 +0000 (09:28 -0400)]
Fix UserList.empty(), use _.defer() instead of setTimeout()

10 years agoJavascript cleanup for groups.
ringmaster [Thu, 8 May 2014 21:38:29 +0000 (17:38 -0400)]
Javascript cleanup for groups.

10 years agoRebase cleanup.
ringmaster [Thu, 8 May 2014 13:42:55 +0000 (09:42 -0400)]
Rebase cleanup.

Removing code that should not have been restored.
Originally removed in 45fd8f6d.

10 years agoRevisions from review.
ringmaster [Tue, 6 May 2014 14:52:14 +0000 (10:52 -0400)]
Revisions from review.

* Explicit toString()-based getters for uid and displayname data.
* Restored user check for group multiselect in new user creation form.
* Removed jQuery colon expr for uid.

10 years agoFix broken span.
ringmaster [Tue, 6 May 2014 14:50:33 +0000 (10:50 -0400)]
Fix broken span.

10 years agoAdd the admin group to the group list data.
ringmaster [Tue, 6 May 2014 13:01:37 +0000 (09:01 -0400)]
Add the admin group to the group list data.

Fixes the admin group disappearing from the list when updating the display as the result of a search.

This group data should probably be managed on the page entirely by the javascript GroupList object, but this seems like the interim method.

10 years agoMore specific selectors, javascript cleanup.
ringmaster [Tue, 6 May 2014 02:41:54 +0000 (22:41 -0400)]
More specific selectors, javascript cleanup.

* Assigned jQuery selector results to variables for speed.
* Moved all .attr('data') calls to .data() calls.
* Added :data(uid) selector.
* Split the multiselect checkhandlers into separate functions.
* De-duped click event on password change/img.
* Used fluent interface on jQuery object for event binding.
* Removed redundant tag names in class selectors.
* Fixed incorrect date display for last login.
* Added Userlist.has() to search for uid.
* General code convention compliance fixes.

to-do: Group dropdowns currently don't add the admin group after the search result, not sure why yet.

10 years agofix some jshint errors
Thomas Müller [Wed, 7 May 2014 15:37:33 +0000 (17:37 +0200)]
fix some jshint errors

10 years agouser management: display table at full width
Jan-Christoph Borchardt [Wed, 7 May 2014 15:19:09 +0000 (17:19 +0200)]
user management: display table at full width

10 years agouser management: remove autocompletion of user/password fields, fix #8464
Jan-Christoph Borchardt [Wed, 7 May 2014 15:14:29 +0000 (17:14 +0200)]
user management: remove autocompletion of user/password fields, fix #8464

10 years agouser management: remove unneeded and erroneous user filter reset function
Jan-Christoph Borchardt [Wed, 7 May 2014 15:10:47 +0000 (17:10 +0200)]
user management: remove unneeded and erroneous user filter reset function

10 years agoMake sure group data is returned.
ringmaster [Mon, 5 May 2014 19:11:40 +0000 (15:11 -0400)]
Make sure group data is returned.

10 years agosmall fixes / cleanup
Arthur Schiwon [Tue, 22 Apr 2014 17:41:35 +0000 (19:41 +0200)]
small fixes / cleanup

10 years agoRename $accessiblegroups to $accessibleGroups
Lukas Reschke [Sat, 19 Apr 2014 22:41:10 +0000 (00:41 +0200)]
Rename $accessiblegroups to $accessibleGroups

10 years agoAdd space
Lukas Reschke [Sat, 19 Apr 2014 22:24:39 +0000 (00:24 +0200)]
Add space

10 years agoRename $accessibleusers to $accessibleUsers
Lukas Reschke [Sat, 19 Apr 2014 22:22:55 +0000 (00:22 +0200)]
Rename $accessibleusers to $accessibleUsers

10 years agoRemove uneeded last comma
Lukas Reschke [Sat, 19 Apr 2014 22:20:27 +0000 (00:20 +0200)]
Remove uneeded last comma

10 years agoRename $isadmin to $isAdmin
Lukas Reschke [Sat, 19 Apr 2014 21:53:47 +0000 (23:53 +0200)]
Rename $isadmin to $isAdmin

10 years agoadd reset button for the filter field
Arthur Schiwon [Thu, 17 Apr 2014 20:14:04 +0000 (22:14 +0200)]
add reset button for the filter field

10 years agomore appropriate label
Arthur Schiwon [Thu, 17 Apr 2014 19:51:51 +0000 (21:51 +0200)]
more appropriate label

10 years agostick with current group when the filter is used
Arthur Schiwon [Thu, 17 Apr 2014 19:40:28 +0000 (21:40 +0200)]
stick with current group when the filter is used

10 years agoshow users whose username starts with the search pattern first
Arthur Schiwon [Thu, 17 Apr 2014 18:14:51 +0000 (20:14 +0200)]
show users whose username starts with the search pattern first

We may want to switch or extend it to display name. I leave it like this for now, continued work on this needs to have sortable columns in mind

10 years agoadd MetaData class for groups
Arthur Schiwon [Thu, 17 Apr 2014 16:25:54 +0000 (18:25 +0200)]
add MetaData class for groups

10 years agocleanup
Arthur Schiwon [Thu, 17 Apr 2014 16:25:05 +0000 (18:25 +0200)]
cleanup

10 years agounify and consolidate group fetching method for initial template fill and ajax request
Arthur Schiwon [Thu, 17 Apr 2014 16:13:35 +0000 (18:13 +0200)]
unify and consolidate group fetching method for initial template fill and ajax request

10 years agoupdate GroupList when a users is added or removed to a group
Arthur Schiwon [Wed, 16 Apr 2014 20:16:55 +0000 (22:16 +0200)]
update GroupList when a users is added or removed to a group

10 years agojs cleanup + typos
Thomas Müller [Wed, 16 Apr 2014 17:41:09 +0000 (19:41 +0200)]
js cleanup + typos

10 years agojs cleanup
Thomas Müller [Wed, 16 Apr 2014 16:57:35 +0000 (18:57 +0200)]
js cleanup

10 years agomake string translatable
Arthur Schiwon [Wed, 16 Apr 2014 15:55:19 +0000 (17:55 +0200)]
make string translatable

10 years agoget translations from settings, not core
Arthur Schiwon [Wed, 16 Apr 2014 15:33:56 +0000 (17:33 +0200)]
get translations from settings, not core

10 years agoadd PHP doc
Arthur Schiwon [Wed, 16 Apr 2014 15:29:17 +0000 (17:29 +0200)]
add PHP doc

10 years agoenable group filtering
Arthur Schiwon [Mon, 14 Apr 2014 22:13:23 +0000 (00:13 +0200)]
enable group filtering

10 years agoFire up server request only on typing printed or modifying characters and when the...
Arthur Schiwon [Thu, 3 Apr 2014 16:46:16 +0000 (18:46 +0200)]
Fire up server request only on typing printed or modifying characters and when the string actually changed

10 years agosome documentation
Arthur Schiwon [Wed, 2 Apr 2014 20:00:25 +0000 (22:00 +0200)]
some documentation

10 years agodynamically decide whether to load 10 or 30 users
Arthur Schiwon [Wed, 2 Apr 2014 19:55:57 +0000 (21:55 +0200)]
dynamically decide whether to load 10 or 30 users

10 years agomake filter work on server-side
Arthur Schiwon [Wed, 2 Apr 2014 19:48:35 +0000 (21:48 +0200)]
make filter work on server-side

10 years agoWhen emptying a list, a hidden entry remains. If the user uid is the same as of a...
Arthur Schiwon [Tue, 1 Apr 2014 20:44:08 +0000 (22:44 +0200)]
When emptying a list, a hidden entry remains. If the user uid is the same as of a user being to be loaded, it will not be appended but removed. Thus, add a random user name to avoid such happenings.

10 years agokick out deprecated and dislodged OC.Router
Arthur Schiwon [Tue, 1 Apr 2014 13:59:53 +0000 (15:59 +0200)]
kick out deprecated and dislodged OC.Router

10 years agoEnhancement: Adds Group to grouplist when added via multiselect
raghunayyar [Thu, 6 Mar 2014 08:11:51 +0000 (13:41 +0530)]
Enhancement: Adds Group to grouplist when added via multiselect

10 years agoEnhancement: Adding Group on the Sidebar updates the multiselect on the Userlist.
raghunayyar [Thu, 6 Mar 2014 07:57:29 +0000 (13:27 +0530)]
Enhancement: Adding Group on the Sidebar updates the multiselect on the Userlist.

10 years agoEnhancement: Implements Grouplist Toggle, Courtesy Calendar App Settings.
raghunayyar [Thu, 6 Mar 2014 07:14:42 +0000 (12:44 +0530)]
Enhancement: Implements Grouplist Toggle, Courtesy Calendar App Settings.

10 years agoAdds @blizzz to authors
raghunayyar [Thu, 6 Mar 2014 07:05:44 +0000 (12:35 +0530)]
Adds @blizzz to authors

10 years agorefactor delete handling and apply it to users and groups
Arthur Schiwon [Wed, 26 Feb 2014 17:04:55 +0000 (18:04 +0100)]
refactor delete handling and apply it to users and groups

10 years agoInitial Commit with Group Toggle.
raghunayyar [Wed, 26 Feb 2014 20:31:50 +0000 (02:01 +0530)]
Initial Commit with Group Toggle.

10 years agodon't hide add group when text is entered (except for ESC press)
Arthur Schiwon [Tue, 25 Feb 2014 15:11:20 +0000 (16:11 +0100)]
don't hide add group when text is entered (except for ESC press)

10 years agohide Add Group when clicking away or pressing ESC
Arthur Schiwon [Tue, 25 Feb 2014 14:41:03 +0000 (15:41 +0100)]
hide Add Group when clicking away or  pressing ESC

10 years agorestructure group.js and put functions to object, also add group list sorting after...
Arthur Schiwon [Tue, 25 Feb 2014 14:22:20 +0000 (15:22 +0100)]
restructure group.js and put functions to object, also add group list sorting after adding.

10 years agoput Add Group elements hiding and showing into its own function
Arthur Schiwon [Tue, 25 Feb 2014 13:26:35 +0000 (14:26 +0100)]
put Add Group elements hiding and showing into its own function

10 years agogroup name input shall not vanish upon click, plus cleanup (groups do not have home...
Arthur Schiwon [Tue, 25 Feb 2014 13:18:19 +0000 (14:18 +0100)]
group name input shall not vanish upon click, plus cleanup (groups do not have home folders)

10 years agowhen clicking on Add Group also put the focus into the group name field
Arthur Schiwon [Tue, 25 Feb 2014 13:12:06 +0000 (14:12 +0100)]
when clicking on Add Group also put the focus into the group name field

10 years agomove group-click initialization to groups.js and only react on elements with a data...
Arthur Schiwon [Tue, 25 Feb 2014 13:05:48 +0000 (14:05 +0100)]
move group-click initialization to groups.js and only react on elements with a data-gid attribute given

10 years agoEnhancement : Toggle Add Group on Click, @blizzz have a look here.
raghunayyar [Tue, 25 Feb 2014 10:09:01 +0000 (15:39 +0530)]
Enhancement : Toggle Add Group on Click, @blizzz have a look here.

10 years agoset admin gid to Admins filter. I.e. hard-coding the admin group, but this is OC...
Arthur Schiwon [Tue, 25 Feb 2014 09:21:10 +0000 (10:21 +0100)]
set admin gid to Admins filter. I.e. hard-coding the admin group, but this is OC reality atm - other admin groups are not possible.

10 years agostricter test for 0
Arthur Schiwon [Tue, 25 Feb 2014 08:54:38 +0000 (09:54 +0100)]
stricter test for 0

10 years agofix user creation, checkSubAdminUser is only available in OC_JSON
Arthur Schiwon [Tue, 25 Feb 2014 08:49:00 +0000 (09:49 +0100)]
fix user creation, checkSubAdminUser is only available in OC_JSON

10 years agoLDAP: adjust main template according to PR 7291
Arthur Schiwon [Mon, 24 Feb 2014 17:25:03 +0000 (18:25 +0100)]
LDAP: adjust main template according to PR 7291

10 years agoEnhancement : The edit icon looks like files app rename fileaction.
raghunayyar [Sat, 22 Feb 2014 21:28:44 +0000 (02:58 +0530)]
Enhancement : The edit icon looks like files app rename fileaction.

10 years agoEnhancement: Transparency added to icons, changes opacity to 1 on hover.
raghunayyar [Fri, 21 Feb 2014 21:15:39 +0000 (02:45 +0530)]
Enhancement: Transparency added to icons, changes opacity to 1 on hover.

10 years agoEnhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions.
raghunayyar [Fri, 21 Feb 2014 21:10:47 +0000 (02:40 +0530)]
Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions.

10 years agoEnhancement: Always show edit & delete for the active group.
raghunayyar [Fri, 21 Feb 2014 10:05:46 +0000 (15:35 +0530)]
Enhancement: Always show edit & delete for the active group.

10 years agoRename and Delete Happens only on Active Group.
raghunayyar [Fri, 21 Feb 2014 09:37:37 +0000 (15:07 +0530)]
Rename and Delete Happens only on Active Group.

10 years agomark selected group active
Arthur Schiwon [Thu, 20 Feb 2014 18:11:52 +0000 (19:11 +0100)]
mark selected group active

10 years agoport scroll improvements
Arthur Schiwon [Thu, 20 Feb 2014 17:42:03 +0000 (18:42 +0100)]
port scroll improvements

10 years agodo not forget to pass parameters to subtemplate
Arthur Schiwon [Thu, 20 Feb 2014 10:35:31 +0000 (11:35 +0100)]
do not forget to pass parameters to subtemplate

10 years agoLet's switch to OCP\JSON
Lukas Reschke [Thu, 20 Feb 2014 10:01:30 +0000 (11:01 +0100)]
Let's switch to OCP\JSON

10 years agoUse OCP\JSON instead of OC_JSON
Lukas Reschke [Thu, 20 Feb 2014 10:00:44 +0000 (11:00 +0100)]
Use OCP\JSON instead of OC_JSON

10 years agoRemove legacy "Check for user comment"
Lukas Reschke [Thu, 20 Feb 2014 09:52:34 +0000 (10:52 +0100)]
Remove legacy "Check for user comment"

I don't think these comments are necessary anymore and therefore they should get killed.

10 years agoAdds admin check on groupname changes.
raghunayyar [Thu, 20 Feb 2014 07:54:41 +0000 (13:24 +0530)]
Adds admin check on groupname changes.

10 years agoFixes Markup in templates.
raghunayyar [Wed, 19 Feb 2014 16:02:10 +0000 (21:32 +0530)]
Fixes Markup in templates.

10 years agoresolving conflict when picking 8b81a0b
raghunayyar [Wed, 19 Feb 2014 15:53:29 +0000 (21:23 +0530)]
resolving conflict when picking 8b81a0b

10 years agodo not show 0 when administered group has no users
Arthur Schiwon [Wed, 19 Feb 2014 11:15:33 +0000 (12:15 +0100)]
do not show 0 when administered group has no users

10 years agosort groups by user count
Arthur Schiwon [Wed, 19 Feb 2014 11:14:46 +0000 (12:14 +0100)]
sort groups by user count

10 years agodo not show 0 when group has no users
Arthur Schiwon [Wed, 19 Feb 2014 10:46:03 +0000 (11:46 +0100)]
do not show 0 when group has no users

10 years agoload groups when clicking on them
Arthur Schiwon [Wed, 19 Feb 2014 10:40:07 +0000 (11:40 +0100)]
load groups when clicking on them

10 years agoInitial Commit: Takes Quota Settings inside Navigation, Changes Create -> Add Group
raghunayyar [Wed, 19 Feb 2014 09:10:49 +0000 (14:40 +0530)]
Initial Commit: Takes Quota Settings inside Navigation, Changes Create -> Add Group

10 years agoSplits Code for Users and Groups.
raghunayyar [Wed, 19 Feb 2014 07:44:18 +0000 (13:14 +0530)]
Splits Code for Users and Groups.

10 years agoreduce template function calls
Arthur Schiwon [Tue, 18 Feb 2014 17:43:20 +0000 (18:43 +0100)]
reduce template function calls

10 years agoadd Last Login column
Arthur Schiwon [Tue, 18 Feb 2014 17:37:10 +0000 (18:37 +0100)]
add Last Login column

10 years agoInitial Commit : Changes Storage to Quota, Implements GroupName editing.
raghunayyar [Tue, 18 Feb 2014 16:29:45 +0000 (21:59 +0530)]
Initial Commit : Changes Storage to Quota, Implements GroupName editing.

10 years agoadd Storage Location col
Arthur Schiwon [Tue, 18 Feb 2014 13:34:08 +0000 (14:34 +0100)]
add Storage Location col

10 years agoAdds Admin to Grouplist Everywhere
raghunayyar [Mon, 17 Feb 2014 16:16:45 +0000 (21:46 +0530)]
Adds Admin to Grouplist Everywhere

10 years agoRemoves Delete Icon from Admin Group.
raghunayyar [Mon, 17 Feb 2014 16:02:48 +0000 (21:32 +0530)]
Removes Delete Icon from Admin Group.

10 years agoAdds class button to fix font sizes.
raghunayyar [Mon, 17 Feb 2014 15:32:25 +0000 (21:02 +0530)]
Adds class button to fix font sizes.

10 years agoFixes User Search by username.
raghunayyar [Wed, 12 Feb 2014 14:08:21 +0000 (19:38 +0530)]
Fixes User Search by username.

10 years agoInitial Commit : User Search, Fixes Typos
raghunayyar [Wed, 12 Feb 2014 05:30:10 +0000 (11:00 +0530)]
Initial Commit : User Search, Fixes Typos

10 years agoFixes delete icon only on hover.
raghunayyar [Tue, 11 Feb 2014 15:14:04 +0000 (20:44 +0530)]
Fixes delete icon only on hover.

10 years agoReverts Bogus Changes.
raghunayyar [Tue, 11 Feb 2014 07:16:27 +0000 (12:46 +0530)]
Reverts Bogus Changes.

10 years agoDeletes Group Clientside Effectively.
raghunayyar [Thu, 30 Jan 2014 15:48:18 +0000 (21:18 +0530)]
Deletes Group Clientside Effectively.

10 years agoImplements Group Creation from Sidebar
raghunayyar [Tue, 28 Jan 2014 17:02:51 +0000 (22:32 +0530)]
Implements Group Creation from Sidebar

10 years agoReverts last commit, implements user in group count.
raghunayyar [Tue, 28 Jan 2014 16:06:48 +0000 (21:36 +0530)]
Reverts last commit, implements user in group count.

10 years agoAdd GroupList Ajax to Users.
raghunayyar [Tue, 28 Jan 2014 08:37:42 +0000 (14:07 +0530)]
Add GroupList Ajax to Users.

10 years agoSplits Controls overlap in files and users.
raghunayyar [Tue, 28 Jan 2014 06:59:04 +0000 (12:29 +0530)]
Splits Controls overlap in files and users.

10 years agoresolve conflicts while picking c0fb623
raghunayyar [Sun, 26 Jan 2014 15:21:29 +0000 (20:51 +0530)]
resolve conflicts while picking c0fb623

10 years agoPort LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579
Arthur Schiwon [Tue, 13 May 2014 15:47:00 +0000 (17:47 +0200)]
Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579

LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs

get the correct version number for compare -.-

bump version and don't overwrite values on next update if not necessary

simpler and better readable assignment

10 years agoMerge pull request #8718 from owncloud/share_icons_for_shared_by
Vincent Petry [Mon, 2 Jun 2014 10:03:22 +0000 (12:03 +0200)]
Merge pull request #8718 from owncloud/share_icons_for_shared_by

add share icons for folders shared by the current user

10 years agoMerge pull request #8443 from owncloud/csrf-on-login-and-logout
Vincent Petry [Mon, 2 Jun 2014 09:27:20 +0000 (11:27 +0200)]
Merge pull request #8443 from owncloud/csrf-on-login-and-logout

Add CSRF check on login and logout

10 years agoMerge pull request #8807 from owncloud/add_filecache_index
Vincent Petry [Mon, 2 Jun 2014 09:11:04 +0000 (11:11 +0200)]
Merge pull request #8807 from owncloud/add_filecache_index

add another index to the filecache to reduce the number of queries witho...

10 years agoMerge pull request #8187 from owncloud/escape-more-character
Morris Jobke [Mon, 2 Jun 2014 08:59:47 +0000 (10:59 +0200)]
Merge pull request #8187 from owncloud/escape-more-character

Also encode > and '