Commit Graph

7747 Commits (f9091a85847124a12dd459d5cb9683b400d69b6b)

Author SHA1 Message Date
Alexander Bergolth c76d952dac make getGroupsChunk() protected instead of private 13 years ago
Alexander Bergolth 7f8b04d3e0 adapt coding style 13 years ago
Jenkins for ownCloud 1295e54173 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 8320b8eb7a [tx-robot] updated from transifex 13 years ago
Thomas Müller ae13ff112f remove Sabre_DAV_Browser_Plugin 13 years ago
Francesco Piraneo G. 3f4a0778c8 Update index.php 13 years ago
Georg Ehrke 9a5c2d0080 add preDelete hook for files_versions app 13 years ago
Georg Ehrke 0f864c38bb add preDelete hook for files_trashbin app 13 years ago
Bjoern Schiessle a09df0083e add 'received_from' info to the share, so that every share can have a different value 13 years ago
Bjoern Schiessle 36885dc64c fix path creation for re-shares, issue #7662 13 years ago
Jenkins for ownCloud b0ec38e202 [tx-robot] updated from transifex 13 years ago
Vincent Petry 022d76c7bb Fixed warning when browsing Shared folder 13 years ago
Bjoern Schiessle 5ddabd7cd0 fix mimetype detection, introduce fake etag to identify preview images 13 years ago
Bjoern Schiessle 4562909a20 get trash size from file cache 13 years ago
Bjoern Schiessle abad625cac only enable previews if the encryption is disabled 13 years ago
Bjoern Schiessle eab844e226 if file is not in db, fall back to restore file to the users root 13 years ago
Thomas Müller 58c216d0e8 close the session on all file operations 13 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 13 years ago
Bjoern Schiessle 9548670da7 we need the file_source to delete a share successfully 13 years ago
IchEben e7d5715114 only initialise upload dropZone if public upload is allowed 13 years ago
Vincent Petry 5671aac5ca Fixed log warning when deleting a single file 13 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 13 years ago
ben-denham ef65381a0b Moved LdapFilter into a separate js file in user_ldap. 13 years ago
ben-denham 43e79f41f3 Added improved version of patch by @blizzz in https://github.com/owncloud/core/issues/6651#issuecomment-32261257 to stop filter settings from being reset under a race condition. 13 years ago
Vincent Petry 0dcac65aa1 Fixed upload issue when free space is not known 13 years ago
Vincent Petry 07f78c8248 Added unit tests for "add()" method for file upload 13 years ago
Alexander Bergolth f850fcfac5 "reset" ldap pagedSearch control by setting it to a high value 13 years ago
root 6585bd5a50 "reset" ldap pagedSearch control by setting it to a high value 13 years ago
root 8fcc29ee8b only check ldap_errno if an ldap_* function actually fails 13 years ago
Joas Schilling 1ab10cb4f7 Do not set #dir when on public.php 13 years ago
Jan-Christoph Borchardt 7ad7f94797 fix some spaces to tabs issues reported by Scrutinizer 13 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Bjoern Schiessle fbd8c00a89 don't create files folder, let ownCloud core handle it 13 years ago
root 84550fbfb4 fix another oversight... sigh.. 13 years ago
root 4645d0a93a getGroups(): fix overall max search limit for paged searches 13 years ago
root eb1e361824 getGroups() $limit was not handled correctly 13 years ago
root eb59e63c3b revert updateGroups job to use getGroups() instead of getAllGroups() 13 years ago
root 039f7b054a merge functionality of getAllGroups into getGroups 13 years ago
root a5813acb64 add ldap_paging_size config option 13 years ago
Robin Appelman a8c67dc675 Add caching for getLocalFile on remote storages 13 years ago
root bacda81bf7 use getAllGroup() in the updateGroups background job 13 years ago
root a135f1ebbb add getAllGroups() that uses a paged search if available 13 years ago
Frank Karlitschek 0bca969e99 fix https://github.com/owncloud/core/issues/6825 13 years ago
Vincent Petry fd5dec0298 Fixed configkey casing for PostgreSQL 13 years ago
Arthur Schiwon b968eed27b remove remaining testing artefact 13 years ago
Arthur Schiwon c7751c0795 intendetion. where did the whitespaces come from? 13 years ago
Arthur Schiwon a8883f4ed2 LDAP: let proxy for multiple server access methods from Access 13 years ago
Thomas Müller 9f087a2070 fixing download url in files app 13 years ago
Thomas Müller 1291303c5a Replace OC.Router.generate() with OC.generateUrl() 13 years ago
Robin Appelman da386aad59 Allow re-using already known fileinfo when calculating folder sizes 13 years ago