]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 '

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 2 Jun 2014 05:54:37 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8811 from owncloud/fix-phpdoc-ap
Bernhard Posselt [Sun, 1 Jun 2014 20:40:07 +0000 (22:40 +0200)]
Merge pull request #8811 from owncloud/fix-phpdoc-ap

Fix PHPDoc

10 years agoFix PHPDoc
Lukas Reschke [Sun, 1 Jun 2014 19:46:05 +0000 (21:46 +0200)]
Fix PHPDoc

- Remove not anymore existing parameters
- Fix typo

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 1 Jun 2014 05:55:19 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoFix typo
Lukas Reschke [Sat, 31 May 2014 19:11:29 +0000 (21:11 +0200)]
Fix typo

10 years agoMerge pull request #8798 from owncloud/fix-corejs
Vincent Petry [Sat, 31 May 2014 15:26:30 +0000 (17:26 +0200)]
Merge pull request #8798 from owncloud/fix-corejs

Fix undefined JS on login/setup page

10 years agoadd another index to the filecache to reduce the number of queries without a matching...
Frank Karlitschek [Sat, 31 May 2014 14:55:50 +0000 (16:55 +0200)]
add another index to the filecache to reduce the number of queries without a matching index

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 31 May 2014 05:55:46 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8800 from owncloud/db-changes-as-required-by-8483
Thomas Müller [Fri, 30 May 2014 22:47:03 +0000 (00:47 +0200)]
Merge pull request #8800 from owncloud/db-changes-as-required-by-8483

Database code cleanup

10 years ago- fix dropTable() and introduce tableExists()
Thomas Müller [Mon, 12 May 2014 11:54:20 +0000 (13:54 +0200)]
- fix dropTable() and introduce tableExists()
- kill replaceDB() - this function is unused and it's implementation obviously wrong
- add method annotation OC_DB_StatementWrapper::fetchAll
- remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists
- remove unused variables

10 years agoMerge pull request #8444 from owncloud/cleanup-list-code
Thomas Müller [Fri, 30 May 2014 20:40:28 +0000 (22:40 +0200)]
Merge pull request #8444 from owncloud/cleanup-list-code

Cleanup code of files_sharing/ajax/ a little bit

10 years agoMerge pull request #7614 from owncloud/test_annotations_working
Thomas Müller [Fri, 30 May 2014 20:17:30 +0000 (22:17 +0200)]
Merge pull request #7614 from owncloud/test_annotations_working

Check if ReflectionMethod::getDocComment is working

10 years agoFix undefined JS on login/setup page
Vincent Petry [Fri, 30 May 2014 17:02:19 +0000 (19:02 +0200)]
Fix undefined JS on login/setup page

10 years agoMerge pull request #8607 from owncloud/filescan_app_hook
Owen Winkler [Fri, 30 May 2014 16:38:37 +0000 (12:38 -0400)]
Merge pull request #8607 from owncloud/filescan_app_hook

Allow apps to control via a hook skipping add/remove a file during filescan

10 years agoMerge pull request #8695 from owncloud/jserrorfixes
Lukas Reschke [Fri, 30 May 2014 15:20:09 +0000 (17:20 +0200)]
Merge pull request #8695 from owncloud/jserrorfixes

Fixed undefined object error that appears after a delay

10 years agoMerge pull request #8779 from owncloud/sel-webdav-onclick
Vincent Petry [Fri, 30 May 2014 15:18:54 +0000 (17:18 +0200)]
Merge pull request #8779 from owncloud/sel-webdav-onclick

select webdav address on click

10 years agoMerge pull request #8793 from owncloud/name-email-enter-prevent
Volkan Gezer [Fri, 30 May 2014 15:03:32 +0000 (17:03 +0200)]
Merge pull request #8793 from owncloud/name-email-enter-prevent

prevent pageload if pressed enter on name email change. fixes #6179

10 years agoMissed one.
ringmaster [Fri, 30 May 2014 14:40:26 +0000 (10:40 -0400)]
Missed one.

10 years agoMerge pull request #8663 from owncloud/files-dndissue
Lukas Reschke [Fri, 30 May 2014 14:28:20 +0000 (16:28 +0200)]
Merge pull request #8663 from owncloud/files-dndissue

Fixed drag and drop from external files, added tests

10 years agoMerge pull request #8781 from owncloud/add-a-warning-to-the-sample
Thomas Müller [Fri, 30 May 2014 14:17:19 +0000 (16:17 +0200)]
Merge pull request #8781 from owncloud/add-a-warning-to-the-sample

Add a warning to the configuration file

10 years agoMerge pull request #5365 from owncloud/filesize-improvements-32bit
Thomas Müller [Fri, 30 May 2014 14:13:48 +0000 (16:13 +0200)]
Merge pull request #5365 from owncloud/filesize-improvements-32bit

Add LargeFileHelper / Add CURL filesize workaround / Fix some 32-bit filesize issues

10 years agofix wording
Volkan Gezer [Fri, 30 May 2014 14:00:57 +0000 (16:00 +0200)]
fix wording

10 years agoUpdates per comments on PR:
ringmaster [Fri, 30 May 2014 13:42:41 +0000 (09:42 -0400)]
Updates per comments on PR:

* Use "filesystem_cache_readonly" config setting, update comment in config.sample
* Use $this->cacheActive to cache config setting
* Add public Scanner::setCacheActive() to set $cacheActive programmatically

10 years agoselect webdav address on click
Volkan Gezer [Thu, 29 May 2014 13:28:14 +0000 (15:28 +0200)]
select webdav address on click

10 years agoadd share icons for folders shared by the current user
Bjoern Schiessle [Wed, 28 May 2014 10:13:55 +0000 (12:13 +0200)]
add share icons for folders shared by the current user

10 years agoprevent pageload if pressed enter on name email change
Volkan Gezer [Fri, 30 May 2014 13:12:39 +0000 (15:12 +0200)]
prevent pageload if pressed enter on name email change