summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18517 from owncloud/17753_to_masterThomas Müller2015-09-241-11/+13
|\
| * Fix preview of old file on public upload conflictsOlivier Paroz2015-09-201-11/+13
* | Merge pull request #18834 from owncloud/delay-listen-owner-changesThomas Müller2015-09-242-2/+22
|\ \
| * | only initialize onceRobin Appelman2015-09-231-0/+6
| * | Delay listening to owner changes untill we use a share for that ownerRobin Appelman2015-09-232-2/+16
* | | Merge pull request #19341 from owncloud/enc_all_improved_messagesThomas Müller2015-09-241-0/+6
|\ \ \
| * | | no need to list users if all users already had a key-pairBjoern Schiessle2015-09-241-0/+6
* | | | LDAP Wizard: enable/disable test login name button depending on whether a log...Arthur Schiwon2015-09-242-2/+13
|/ / /
* | | Merge pull request #19313 from owncloud/ext-validate-mountThomas Müller2015-09-2415-40/+143
|\ \ \
| * | | Unit tests for storage validation in serviceRobin McCorkell2015-09-232-0/+56
| * | | Perform visibility checks on storagesRobin McCorkell2015-09-2314-40/+87
| |/ /
* | | Merge pull request #19307 from owncloud/large-sidebar-preview-resizeThomas Müller2015-09-242-5/+9
|\ \ \
| * | | Merge branch 'master' into large-sidebar-preview-resizeMorris Jobke2015-09-2419-243/+253
| |\| |
| * | | adjust the height of the sidebar preview image when resizing the browserRobin Appelman2015-09-232-5/+9
* | | | Merge pull request #18352 from owncloud/ocs_api_sharees_autocomplete_blockerThomas Müller2015-09-242-49/+409
|\ \ \ \ | |_|/ / |/| | |
| * | | Do not allow user enumeration if the config is disabledJoas Schilling2015-09-232-49/+409
| |/ /
* | | Mark SMB_OC and SFTP_Key as deprecated backendsRobin McCorkell2015-09-232-4/+8
* | | Hide deprecated backends in external storage GUIRobin McCorkell2015-09-232-3/+19
* | | Add deprecation mechanic to IdentifierTraitRobin McCorkell2015-09-233-0/+37
* | | Revert "Implement more fine-grained external storage permissions model"Robin McCorkell2015-09-2317-237/+190
|/ /
* | Merge pull request #19236 from owncloud/call_dot_directories_functionThomas Müller2015-09-233-4/+4
|\ \
| * | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-223-4/+4
* | | Merge pull request #19277 from owncloud/files-plusbuttonfixThomas Müller2015-09-231-3/+4
|\ \ \
| * | | Only render the plus button when it makes senseVincent Petry2015-09-221-3/+4
| |/ /
* | | Merge pull request #19270 from owncloud/files-sidebar-fixfortrashandcoThomas Müller2015-09-222-3/+3
|\ \ \ | |/ / |/| |
| * | Properly show sidebar for trash and sharing sectionsVincent Petry2015-09-222-3/+3
* | | Merge pull request #19266 from owncloud/fileactions-translate-detailsThomas Müller2015-09-224-1/+5
|\ \ \
| * | | Properly translate file actionsVincent Petry2015-09-224-1/+5
* | | | Merge pull request #19257 from owncloud/fix-floating-in-sidebarFrank Karlitschek2015-09-221-4/+1
|\ \ \ \
| * | | | remove float from file/folder name in sidebar, fix #19243Jan-Christoph Borchardt2015-09-221-4/+1
| |/ / /
* | / / Respect disabled sharing API settingsRoeland Jago Douma2015-09-222-3/+37
| |/ / |/| |
* | | Move dummy backend to Tests namespaceLukas Reschke2015-09-223-4/+4
|/ /
* | Move WebDAVAuth to User_ExternalThomas Müller2015-09-21156-1279/+0
* | fix small typoBjoern Schiessle2015-09-211-1/+1
* | Merge pull request #19215 from owncloud/fix_trashbin_previewsThomas Müller2015-09-211-0/+4
|\ \
| * | make sure to add the correct file size to the file info, otherwise we will no...Bjoern Schiessle2015-09-211-0/+4
* | | fix missing checkboxes in file comparatorHendrik Leppelsack2015-09-211-4/+8
|/ /
* | Merge pull request #19176 from owncloud/fix-19118Thomas Müller2015-09-212-11/+12
|\ \
| * | fix checkboxes in files_externalHendrik Leppelsack2015-09-192-11/+12
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-214-6/+6
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-2016-0/+42
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-192-0/+2
* Merge pull request #19058 from owncloud/multiselect-bar-styleThomas Müller2015-09-181-1/+1
|\
| * adjust multiselect bar to controls bar, fix #18989Jan-Christoph Borchardt2015-09-151-1/+1
* | Merge pull request #18943 from owncloud/trashbin-expiration-cronjob-no-dbThomas Müller2015-09-188-1/+245
|\ \
| * | Log deleted filesVictor Dubiniuk2015-09-161-0/+4
| * | Add PHPDocLukas Reschke2015-09-162-2/+16
| * | Updates according to reviewVictor Dubiniuk2015-09-162-11/+23
| * | Fix testsVictor Dubiniuk2015-09-161-3/+6
| * | Add expiration cronjobVictor Dubiniuk2015-09-168-1/+212