summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Use DIRoeland Jago Douma2015-08-104-17/+4
| | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-1015-86/+179
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell2015-08-075-11/+12
|\ | | | | Use the new IteratorDirectory instead of the fakedir wrapper
| * Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-155-11/+12
| |
* | Merge pull request #18125 from owncloud/filelist-emptycontentduringmaskJan-Christoph Borchardt2015-08-071-0/+1
|\ \ | | | | | | Make sure to hide empty content message when mask is shown
| * | Make sure to hide empty content message when mask is shownVincent Petry2015-08-071-0/+1
| | |
* | | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-2/+10
|\ \ \ | | | | | | | | Store storage availability in database
| * | | Store storage availability in databaseRobin McCorkell2015-07-201-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved.
* | | | Merge pull request #17680 from owncloud/ftp-rmdir-fileVincent Petry2015-08-061-1/+4
|\ \ \ \ | | | | | | | | | | handle rmdir on files for ftp storages
| * | | | handle rmdir on files for ftp storagesRobin Appelman2015-07-161-1/+4
| | | | |
* | | | | Fix namespace conflict in OC.Encryption JS codeVincent Petry2015-08-062-12/+4
| |_|/ / |/| | |
* | | | Merge pull request #18082 from owncloud/share-group-conflictVincent Petry2015-08-064-23/+50
|\ \ \ \ | | | | | | | | | | Re-use the share entry we have for the shared storage instead of searching for it every time
| * | | | just pass the share instead of searching for itRobin Appelman2015-08-053-23/+11
| | | | |
| * | | | add unit tests for share target conflict with group sharesRobin Appelman2015-08-051-0/+39
| | | | |
* | | | | Merge pull request #16961 from owncloud/hardening-ldapJörn Friedrich Dreyer2015-08-063-1/+191
|\ \ \ \ \ | | | | | | | | | | | | Hardening home folder retrieval in user_ldap
| * | | | | integration tests for hardening user home retrievalArthur Schiwon2015-08-061-0/+159
| | | | | |
| * | | | | Only throw exception if on new LDAP setupsMorris Jobke2015-07-292-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * this is done by setting enforce_home_folder_naming_rule for the user_ldap app in the app settings
| * | | | | Hardening home folder retrieval in user_ldapMorris Jobke2015-07-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * if the home folder naming rule is specified it should not fallback to the "use owncloud username as home folder" scenario * this does not allow the mixed setup of users with the attribute and some users without the attribute (which then would fallback to "use owncloud username as home folder" rule) anymore
* | | | | | Merge pull request #18077 from owncloud/fix_18055Morris Jobke2015-08-051-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Set proper mimetype for directories
| * | | | | Set proper mimetype for directoriesRoeland Jago Douma2015-08-051-1/+1
| | | | | |
* | | | | | Use absolute namespaceLukas Reschke2015-08-052-7/+7
| | | | | |
* | | | | | Merge pull request #18024 from owncloud/phpseclib-2.0Thomas Müller2015-08-044-20/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update phpseclib to 2.0 for increased PHP7 compatibility
| * | | | | | Update phpseclib to 2.0Andreas Fischer2015-08-034-20/+23
| | | | | | |
* | | | | | | fix infinite loops with propagating etags on resharesRobin Appelman2015-08-032-7/+16
| | | | | | |
* | | | | | | Merge pull request #17989 from owncloud/enc_only_update_file_cache_onceBjörn Schießle2015-08-032-7/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | only update database on the first run
| * | | | | | only update database on the first run (first run = we have a version number ↵Bjoern Schiessle2015-07-312-7/+22
| |/ / / / / | | | | | | | | | | | | | | | | | | from the old encryption app)
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-012-6/+6
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-314-6/+6
| | | | | |
* | | | | | Merge pull request #17175 from owncloud/add-download-feedbackMorris Jobke2015-07-307-12/+116
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add loading spinner to download icon
| * | | | | move updateFileActionSpinner to OCA.Files.FileActionsMorris Jobke2015-07-223-24/+24
| | | | | |
| * | | | | refactor this to proper separation of concernsMorris Jobke2015-07-153-19/+39
| | | | | |
| * | | | | refactoring into proper methodsMorris Jobke2015-07-073-57/+34
| | | | | |
| * | | | | Fix unit tests and introduce better mocks of the HTMLMorris Jobke2015-07-072-7/+7
| | | | | |
| * | | | | Add proper download started feedbackMorris Jobke2015-07-073-12/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * this code adds a cookie when a special get parameter is set * the content of this get parameter is used as value for the cookie * the cookie expires after 20 seconds * the JS code checks every 500 milliseconds for the cookie -> if the cookie is set the request returned and the download is started
| * | | | | Make download status fully visibleMorris Jobke2015-07-071-0/+8
| | | | | |
| * | | | | Reduce timeout for download spinner to 2 secondsMorris Jobke2015-07-072-2/+2
| | | | | |
| * | | | | Add loading spinner to multi select download buttonMorris Jobke2015-07-071-0/+20
| | | | | |
| * | | | | Fix layout of disabled links in the file listMorris Jobke2015-07-072-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | * also disable download button after click
| * | | | | Add loading spinner to download iconMorris Jobke2015-07-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | * vanishes after 7 seconds
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-308-2/+30
| |/ / / / |/| | | |
* | | | | use inline confirm button style for password-protected links, ref #15176Jan-Christoph Borchardt2015-07-292-2/+2
| | | | |
* | | | | Merge pull request #17923 from owncloud/fix-17921blizzz2015-07-291-8/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove Log info when no group filter is set, fixes #17921
| * | | | | remove unused varblizzz2015-07-291-2/+0
| | | | | |
| * | | | | Remove Log info when no group filter is set, fixes #17921blizzz2015-07-281-6/+0
| | | | | | | | | | | | | | | | | | The log message is superfluous and too noisy. If an admin decides not to use groups, he does not need to be reminded about it on almost every request.
* | | | | | Merge pull request #17464 from owncloud/fix-17232blizzz2015-07-299-98/+340
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix uncaught exception on not permitted file types when setting avatar, fixes #17232
| * | | | | | fix test after rebasingArthur Schiwon2015-07-271-1/+1
| | | | | | |
| * | | | | | fix uncaught exception on not permitted file types when setting avatar, ↵Arthur Schiwon2015-07-271-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #17232
| * | | | | | add integration tests for avatar updateArthur Schiwon2015-07-275-2/+144
| | | | | | |
| * | | | | | refactor integration tests to make it easier to add new onesArthur Schiwon2015-07-274-95/+189
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-294-0/+6
| | | | | | |