Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-07 | 1 | -0/+2 |
| | |||||
* | Merge pull request #6968 from owncloud/files-ajaxload | Morris Jobke | 2014-04-03 | 6 | -119/+270 |
|\ | | | | | Ajaxify files list for files + trashbin + public page | ||||
| * | Removed redundant free space and upload limit in public page | Vincent Petry | 2014-04-03 | 1 | -4/+0 |
| | | |||||
| * | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 6 | -119/+274 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-02 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #7935 from owncloud/getpath-shared | Vincent Petry | 2014-04-01 | 2 | -8/+89 |
|\ | | | | | Make getPath work for shared files | ||||
| * | Improve phpdoc | Robin Appelman | 2014-03-31 | 1 | -0/+7 |
| | | |||||
| * | Implement getPath for shared files | Robin Appelman | 2014-03-28 | 2 | -8/+82 |
| | | |||||
* | | Merge pull request #7293 from owncloud/update-shares-postgres | Vincent Petry | 2014-04-01 | 4 | -16/+109 |
|\ \ | | | | | | | fix update to remove shares where file doesn't exist on postgres | ||||
| * | | Fixed share upgrade cleanup tests to use the correct ids | Vincent Petry | 2014-03-26 | 1 | -9/+9 |
| | | | |||||
| * | | Fixed share updater unit test | Vincent Petry | 2014-03-25 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | Now using \OC_DB::insertId() to retrieve the generated ids because Oracle ignores the passed values. | ||||
| * | | remove invalid shares with one SQL statement | Morris Jobke | 2014-03-13 | 1 | -12/+5 |
| | | | |||||
| * | | Added backticks for Oracle in sharing updater unit test | Vincent Petry | 2014-03-13 | 1 | -8/+8 |
| | | | |||||
| * | | Clean up database before setup the database for testing | Morris Jobke | 2014-03-13 | 1 | -0/+4 |
| | | | |||||
| * | | Refactor update script to class and add unit test | Morris Jobke | 2014-03-13 | 3 | -13/+108 |
| | | | |||||
| * | | fix update to remove shares where file doesn't exist on postgres | Jamie McClelland | 2014-03-13 | 2 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without patch, breaks with: Failed to upgrade "files_sharing". Exception="SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "5,179"" See: https://github.com/owncloud/core/issues/5758 removing unnecessary cruft - no parameter is set, none to pass. https://github.com/owncloud/core/issues/5758 removing subquery, making more readable See: https://github.com/owncloud/core/pull/6016#issuecomment-29510979 parameters to sql calls should be arrays https://github.com/owncloud/core/pull/6016 boosting version to ensure fix gets executed properly escaping the sql select statement removing extraneous closing paren. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-01 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #7879 from owncloud/sharing_cleanup_public_api | Vincent Petry | 2014-03-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | sharing api cleanup, first step | ||||
| * | | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-25 | 1 | -1/+84 |
| | | | | |||||
| * | | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-25 | 1 | -83/+0 |
| | | | | |||||
* | | | | Merge pull request #7724 from owncloud/mobile | Thomas Müller | 2014-03-28 | 1 | -1/+9 |
|\ \ \ \ | |_|_|/ |/| | | | [WIP] Mobile optimization for base layout and Files app | ||||
| * | | | change mobile breakpoint for shared view to 768px as well | Jan-Christoph Borchardt | 2014-03-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | adding ellipsis on file names to public file list as well | Thomas Müller | 2014-03-26 | 1 | -0/+8 |
| | | | | |||||
* | | | | Merge pull request #7477 from owncloud/foldersize-reuse | Thomas Müller | 2014-03-25 | 1 | -1/+2 |
|\ \ \ \ | |_|/ / |/| | | | Allow re-using already known fileinfo when calculating folder sizes | ||||
| * | | | Merge branch 'master' into foldersize-reuse | Robin Appelman | 2014-03-11 | 76 | -410/+121 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/files/cache/homecache.php | ||||
| * | | | | Allow re-using already known fileinfo when calculating folder sizes | Robin Appelman | 2014-02-28 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-24 | 3 | -3/+14 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-19 | 2 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Move routing classes to an interface and expose it in the public api | ||||
| * | | | | | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #7734 from owncloud/icon-class-remove | Morris Jobke | 2014-03-16 | 2 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove unneeded icon class | ||||
| * | | | | | | remove unneeded icon class | Jan-Christoph Borchardt | 2014-03-14 | 2 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-16 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-15 | 2 | -1/+3 |
|/ / / / / / | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-13 | 2 | -0/+18 |
| | | | | | | |||||
* | | | | | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 2 | -5/+128 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-13 | 2 | -0/+2 |
| |_|_|/ |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-12 | 47 | -3/+89 |
| | | | | |||||
* | | | | Merge pull request #7665 from owncloud/fix_ocs_share_api_paths | Björn Schießle | 2014-03-11 | 2 | -8/+201 |
|\ \ \ \ | |_|_|/ |/| | | | Fix ocs share api paths | ||||
| * | | | add 'received_from' info to the share, so that every share can have a ↵ | Bjoern Schiessle | 2014-03-11 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | different value | ||||
| * | | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -6/+197 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-11 | 70 | -396/+60 |
|/ / / | |||||
* / / | we need the file_source to delete a share successfully | Bjoern Schiessle | 2014-03-10 | 2 | -7/+40 |
|/ / | |||||
* | | Merge branch 'master' into fix-7307 | Thomas Müller | 2014-03-06 | 3 | -7/+20 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js | ||||
| * | | Merge branch 'master' into display-share-owner-master | Thomas Müller | 2014-02-28 | 7 | -27/+211 |
| |\| | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/cache.php | ||||
| * | | Improve jQuery element selector | Morris Jobke | 2014-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | see https://github.com/owncloud/core/pull/7012/files#r9337198 http://24ways.org/2011/your-jquery-now-with-less-suck/ | ||||
| * | | uppercase text and fix dialog popup | Thomas Müller | 2014-02-20 | 1 | -4/+4 |
| | | | |||||
| * | | show share owner within shared folders as well | Thomas Müller | 2014-02-20 | 1 | -0/+3 |
| | | | |||||
| * | | remove duplicate selectors and declaration | Thomas Müller | 2014-02-20 | 1 | -7/+6 |
| | | | |||||
| * | | update share owner | Thomas Müller | 2014-02-20 | 1 | -0/+8 |
| | | |