summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* use share initiator as fall back to access the fileBjörn Schießle2016-05-205-10/+72
| | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file
* close cursor after select to avoid db lockBjörn Schießle2016-05-201-0/+1
|
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-2014-124/+774
| | | | correctly accross share owner and share initiator
* use query builder for getShare and add testsBjörn Schießle2016-05-202-10/+99
|
* move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-203-10/+155
|
* Merge pull request #22576 from owncloud/folder_scroll_fixVincent Petry2016-05-201-0/+21
|\ | | | | Add scrolling when dragging files. Fixes #12329
| * added back the jquery animationsErik Pellikka2016-05-131-6/+11
| |
| * code style fixErik Pellikka2016-05-131-11/+3
| |
| * code style fixErik Pellikka2016-05-131-3/+2
| |
| * code style fixErik Pellikka2016-05-131-2/+6
| |
| * added elseifErik Pellikka2016-05-131-1/+1
| |
| * fixed to work with share links as wellErik Pellikka2016-05-131-3/+4
| |
| * typo fixErik Pellikka2016-05-131-2/+2
| |
| * TweakingErik Pellikka2016-05-131-7/+7
| |
| * Avoids jumping if window is smaller than 300 pixels in heightMorris Jobke2016-05-131-2/+3
| | | | | | | | | | * divides the area where the scroll should be triggered by 2 * uses the minimum value of the above and 300
| * Add scrolling when dragging filesErik Pellikka2016-05-131-0/+19
| |
* | Merge pull request #24702 from owncloud/background-scan-occVincent Petry2016-05-201-3/+12
|\ \ | | | | | | add --unscanned option to files:scan to triger a background scan
| * | add "unscanned" option to files:scan to triger a background scanRobin Appelman2016-05-191-3/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-208-2/+34
| | |
* | | Merge pull request #24585 from owncloud/files_external_lazyVincent Petry2016-05-195-16/+224
|\ \ \ | | | | | | | | Load external storage backends/auth mechanisms lazily
| * | | Add tests for backend/auth mechanism providersRobin McCorkell2016-05-111-0/+76
| | | |
| * | | Use backend/auth mechanism providers in files_externalRobin McCorkell2016-05-111-16/+22
| | | |
| * | | Introduce backend/auth mechanism providersRobin McCorkell2016-05-113-0/+126
| | | | | | | | | | | | | | | | Direct registration of backends/auth mechanisms is now deprecated
* | | | Fix more failuresJoas Schilling2016-05-192-2/+2
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-1912-4/+62
| | |
* | | Move FederatedFileSharing to PSR-4Joas Schilling2016-05-1812-3/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-1810-0/+16
| | |
* | | Fixed dynamic group ldap access (#23450)blizzz2016-05-171-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed dynamic group ldap access getUserGroups: Using $userDN instead of $uid to query LDAP Converting groupDN to group name using API instead of substring Removing cache processing at the end of the method * Fixing group handling added back the cache processing and fixed * fixed possible indention problem spaces -> tab conversion * formatting, white-space changes only
* | | Group fixup (#24621)Roeland Douma2016-05-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx
* | | Merge pull request #24630 from owncloud/one-shall-adjust-the-pathVincent Petry2016-05-171-1/+1
|\ \ \ | | | | | | | | Use proper path
| * | | Use proper pathLukas Reschke2016-05-031-1/+1
| | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/24407
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-1716-0/+152
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-1630-2/+112
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-15148-26/+360
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-14256-262/+24
| |_|/ |/| |
* | | Merge pull request #22341 from ↵Vincent Petry2016-05-132-0/+19
|\ \ \ | | | | | | | | | | | | | | | | owncloud/pellaeon-pr-breadcrumb-filelist-overlap-drop Handle case when breadcrumb and filelist item overlap and both receive a drop
| * | | Handle case when breadcrumb and filelist item overlapPellaeon Lin2016-03-172-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and both receive a drop. Build breadcrumb over and out callback in filelist.js and pass them as options to utilize local selectors of filelist Re-enable td elements after drop to bread crumb Fix# drop handler still being called after enable, it seems that waiting for a short time before re-enabling solves the problem * Add explanations for setTimeout re-enable td.filename drop handler
* | | | Merge pull request #22214 from owncloud/ext-better-dropbox-gdriveVincent Petry2016-05-1315-29/+111
|\ \ \ \ | | | | | | | | | | Direct links to Google Drive/Dropbox configuration pages from external storage config
| * | | | Move Dropbox/GDrive link to iconRobin McCorkell2016-05-033-8/+17
| | | | |
| * | | | Change colour of input fields instead of printing 'Access granted'Robin McCorkell2016-05-033-11/+16
| | | | |
| * | | | Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-036-4/+58
| | | | |
| * | | | Allow multiple custom JS filesRobin McCorkell2016-05-038-18/+32
| | | | |
* | | | | Merge pull request #24605 from ↵Vincent Petry2016-05-134-9/+120
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/luckydonald-Superduper-Progressbar-branch-thingie Luckydonald superduper progressbar branch thingie
| * \ \ \ \ Merge branch 'Superduper-Progressbar-branch-thingie' of ↵Vincent Petry2016-05-124-9/+120
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie
| | * | | | | Optimized time formatting, optimized time smoothing.luckydonald2014-08-141-11/+8
| | | | | | |
| | * | | | | Changes for scrutinizer. Yay!luckydonald2014-08-131-15/+29
| | | | | | |
| | * | | | | fixed browser showing the tipsy tooltip as default tooltip twice.luckydonald2014-08-131-1/+1
| | | | | | |
| | * | | | | Fixed "Any minute now" staying because of undefined buffer. Also increased ↵luckydonald2014-08-131-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | buffer size to 20 to be less jittery.
| | * | | | | Updated String formatting. Label font-weight was already normal.luckydonald2014-08-132-11/+11
| | | | | | |
| | * | | | | Fixed Positioning, fixed formatting for both mobile and desktop.luckydonald2014-08-132-9/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tooltips still frustrate me- And the updated code with tabs nicely. yay.