Commit Graph

7730 Commits (c1c2f2c49e4d30a7bd039837661af143054b6769)

Author SHA1 Message Date
Arthur Schiwon c1c2f2c49e add additional comments, PHPdoc and check whether it's really applicable 12 years ago
Arthur Schiwon 1c71d5c444 LDAP: cache display names immediately on retrieval, saves tens of unecessary queries to LDAP server in the share dialog for example 12 years ago
Jenkins for ownCloud a9b4fba528 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 4fe5ca1908 [tx-robot] updated from transifex 12 years ago
Volkan Gezer 1aa7774178 make max. text translatable 12 years ago
Jenkins for ownCloud 1abd9c1305 [tx-robot] updated from transifex 12 years ago
Volkan Gezer f434c3a213 Fix localization issues of files_trashbin 13 years ago
Jan-Christoph Borchardt d82a31d121 keep long file names in one line to not overflow download button on mobile 13 years ago
Jenkins for ownCloud a7d7ca2fb3 [tx-robot] updated from transifex 13 years ago
Bart Visscher 81751cb616 Add missing param hint 13 years ago
Jan-Christoph Borchardt 9434ed44f8 add max-width to directLink input to prevent overflow 13 years ago
Jan-Christoph Borchardt 9c6f8e59ae fix header code duplication, code style fixes 13 years ago
Jan-Christoph Borchardt 547ddf7775 remove duplication of 'header-right' element, also make it overflow when too wide 13 years ago
Jenkins for ownCloud 23f2c48a43 [tx-robot] updated from transifex 13 years ago
Thomas Müller 83e8981e24 add link to further discussion about that folder check 13 years ago
Bart Visscher bad41c05b8 Fix PHPdoc in user_ldap 13 years ago
Jenkins for ownCloud 2a2aabbdaf [tx-robot] updated from transifex 13 years ago
Robin McCorkell 8bb003868c Fix user_ldap default setting value 13 years ago
Robin McCorkell 869e7a51f0 Prevent error in files_trashbin 13 years ago
Robin McCorkell fa8814902e Adjust logic for deciding if trashbin empty 13 years ago
Lukas Reschke 2454759af7 Check whether the user has permissions to add personal storage backends 13 years ago
Jenkins for ownCloud 982d2bcc5b [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 329b8f3e99 [tx-robot] updated from transifex 13 years ago
Lukas Reschke 6343391e58 Change from showHTML to show 13 years ago
Volkan Gezer d67cba973e Typo fix. 13 years ago
Thomas Müller 07ea57465b drop folder support on public shared folders 13 years ago
Jenkins for ownCloud 36107e1bad [tx-robot] updated from transifex 13 years ago
Thomas Müller 0edacf372c fix single file upload in firefox 13 years ago
Jenkins for ownCloud 7c072510d3 [tx-robot] updated from transifex 13 years ago
Thomas Müller e8be2ac554 In cases folder drag and drop is not supported a proper message is displayed 13 years ago
Thomas Müller 2fc9e27ced use FileList.findFileEl 13 years ago
Arthur Schiwon dbebf6bb5e add comment to clearify when a skip in the foreach happens 13 years ago
Jörn Friedrich Dreyer 9b0f289143 remove obsolete code 13 years ago
Arthur Schiwon ee3368d2ad replace hardcoded limit of 400 with user controlled ldapPagingSize value 13 years ago
Arthur Schiwon 2e5adadad7 Put inner loop into own method, let's see whether it makes scrutinizer happier 13 years ago
Arthur Schiwon bdc418d1f9 var count is assigned in the inner loop so it must be checked inside there to be properly used as part of the exit condition of the outer loop 13 years ago
Arthur Schiwon 43402c56dd initialize variable 13 years ago
Arthur Schiwon 40f9875f11 LDAP: fix user report i.e. count for LDAP servers with really many users 13 years ago
Arthur Schiwon 8bb27551bd LDAP: make sure cache key for paged result cookie matches when limit or offset is null or 0 13 years ago
Jenkins for ownCloud 796f719548 [tx-robot] updated from transifex 13 years ago
Vincent Petry 35ab6fe5a9 Disable sharing in trashbin app 13 years ago
Arthur Schiwon 2407321625 add tests for LDAP 13 years ago
Arthur Schiwon 142fc5f3af fix return value when a search string was passed to return integer instead of array 13 years ago
Arthur Schiwon 96cb75f5cf implement countUsersInGroup in LDAP group backend 13 years ago
Jenkins for ownCloud 4ad4b9768c [tx-robot] updated from transifex 13 years ago
Thomas Müller 68b7822cf5 js style fixes according to our jshintrc rules 13 years ago
Thomas Müller d15a4719d2 fix folder upload in js 13 years ago
Thomas Müller 971a311fee adding parentId to file info array 13 years ago
Thomas Müller 6d373e97c3 remove unused exit() 13 years ago
Thomas Müller 3ac009c2b4 unit tests for dynamic backend registration 13 years ago