Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-27[tx-robot] updated from transifexJenkins for ownCloud
2015-10-26Update license headersLukas Reschke
2015-10-25[tx-robot] updated from transifexJenkins for ownCloud
2015-10-23[tx-robot] updated from transifexJenkins for ownCloud
2015-10-22Merge pull request #19937 from owncloud/detailsview-donotopenonrenameThomas Müller
Do not display details bar after rename
2015-10-21Do not display details bar after renameVincent Petry
2015-10-21Fix file upload, conflict dialog, also in public linkVincent Petry
- Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format...
2015-10-21[tx-robot] updated from transifexJenkins for ownCloud
2015-10-20Merge pull request #19742 from owncloud/shareinfo_performanceThomas Müller
Do not calculate non essential info
2015-10-20Merge pull request #19838 from owncloud/remove-files-remote.phpThomas Müller
Remove apps/files/appinfo/remote.php - this is no longer used
2015-10-19Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer
don't move files in cache twice, fixes renaming for objectstores
2015-10-19[tx-robot] updated from transifexJenkins for ownCloud
2015-10-18[tx-robot] updated from transifexJenkins for ownCloud
2015-10-17Increase the 2nd digit of shipped appsJoas Schilling
2015-10-17[tx-robot] updated from transifexJenkins for ownCloud
2015-10-16fix delete orphan shares test with object home storageRobin Appelman
2015-10-16Remove apps/files/appinfo/remote.php - this is no longer usedThomas Müller
2015-10-16Consolidate webdav code - move all to one appThomas Müller
2015-10-15Do not register sidebar panels when no sidebarVincent Petry
2015-10-15[tx-robot] updated from transifexJenkins for ownCloud
2015-10-14Merge pull request #19630 from owncloud/fix-ie-painThomas Müller
Fix more IE issues
2015-10-14Merge pull request #19633 from owncloud/sidebar-alt-favoriteThomas Müller
Move alt text for favorite action to image
2015-10-14Merge pull request #19634 from owncloud/notif-showtemporaryThomas Müller
showTemporary instead of show for notifications
2015-10-14Merge pull request #19710 from owncloud/files-canceluploaddebounce-reThomas Müller
Debounce cancel upload message
2015-10-14Merge pull request #19714 from owncloud/trash-deletesectionposition-2Thomas Müller
Revert "Revert "Move trashbin specific CSS that modifies sidebar""
2015-10-14Merge pull request #19747 from owncloud/files-delete-hidenotifThomas Müller
Hide notification on delete
2015-10-14Merge pull request #19733 from owncloud/remove-controls-whennotneededThomas Müller
Remove controls for file lists that don't need it
2015-10-14[tx-robot] updated from transifexJenkins for ownCloud
2015-10-13Hide notification on deleteVincent Petry
In case a permanent notification "storage full" was displayed, it will be hidden after deleting a file. Directly after that a getstoragestats.php call is made that will decide whether to reshow the notification based on the new free space.
2015-10-13Do not calculate non essential infoRoeland Jago Douma
There is no need to calculate a human readable date on the server side. We supply the mtime and a client can easily convert that himself if needed. This is already done most of the time since the date is often not in the exact right format. There is also no need to attach icon info. We have that available in javascript. And else the client should get the right icon based on the mimetype for its platform. * Updated tests
2015-10-13Remove controls for file lists that don't need itVincent Petry
Remove controls from sharing overview and favorite file lists which don't display paths.
2015-10-13[tx-robot] updated from transifexJenkins for ownCloud
2015-10-12Revert "Revert "Move trashbin specific CSS that modifies sidebar""Thomas Müller
This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab.
2015-10-12Debounce cancel upload messageVincent Petry
2015-10-12Revert "Debounce cancel upload message"Thomas Müller
2015-10-12Merge pull request #19628 from owncloud/files-canceluploaddebounceRobin Appelman
Debounce cancel upload message
2015-10-12[tx-robot] updated from transifexJenkins for ownCloud
2015-10-11[tx-robot] updated from transifexJenkins for ownCloud
2015-10-10[tx-robot] updated from transifexJenkins for ownCloud
2015-10-09[tx-robot] updated from transifexJenkins for ownCloud
2015-10-08showTemporary instead of show for notificationsVincent Petry
2015-10-08[tx-robot] updated from transifexJenkins for ownCloud
2015-10-07Move alt text for favorite action to imageVincent Petry
2015-10-07[IE8] Fix "new" button widthVincent Petry
2015-10-07Debounce cancel upload messageVincent Petry
2015-10-07[tx-robot] updated from transifexJenkins for ownCloud
2015-10-06Merge pull request #19597 from owncloud/update-license-headersThomas Müller
update licence headers via script
2015-10-06[tx-robot] updated from transifexJenkins for ownCloud
2015-10-05update licence headers via scriptMorris Jobke
2015-10-05Fix tooltip placement on rename errorVincent Petry