Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding ownCloud globals to jshintrc: OC, t, n | Thomas Müller | 2014-04-07 | 1 | -1/+4 |
| | |||||
* | Merge pull request #6221 from leo-b/ldap_get_all_groups | blizzz | 2014-04-07 | 3 | -3/+49 |
|\ | | | | | fix updateGroups background job for ldap servers with > 1000 groups | ||||
| * | adapt description of paging size configuration | Alexander Bergolth | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | change default ldap paging size to 500 | Alexander Bergolth | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | make getGroupsChunk() protected instead of private | Alexander Bergolth | 2014-03-13 | 1 | -1/+1 |
| | | |||||
| * | adapt coding style | Alexander Bergolth | 2014-03-13 | 1 | -15/+15 |
| | | |||||
| * | fix another oversight... sigh.. | root | 2014-03-05 | 1 | -1/+1 |
| | | |||||
| * | getGroups(): fix overall max search limit for paged searches | root | 2014-03-04 | 1 | -3/+3 |
| | | |||||
| * | getGroups() $limit was not handled correctly | root | 2014-03-04 | 1 | -2/+7 |
| | | |||||
| * | revert updateGroups job to use getGroups() instead of getAllGroups() | root | 2014-03-04 | 1 | -1/+1 |
| | | |||||
| * | merge functionality of getAllGroups into getGroups | root | 2014-03-04 | 1 | -15/+18 |
| | | |||||
| * | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groups | root | 2014-03-04 | 2 | -1/+5 |
| |\ | |||||
| | * | add ldap_paging_size config option | root | 2014-03-04 | 2 | -1/+5 |
| | | | |||||
| * | | use getAllGroup() in the updateGroups background job | root | 2014-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | needed in active directory deployments with > 1000 groups | ||||
| * | | add getAllGroups() that uses a paged search if available | root | 2014-03-04 | 1 | -0/+34 |
| |/ | | | | | | | | | this circumvents server side search limits (active directory has a limit of 1000 by default) | ||||
* | | Merge pull request #8017 from Raydiation/master | blizzz | 2014-04-07 | 1 | -7/+7 |
|\ \ | | | | | | | Remove dependency on container, removing service locator antipattern | ||||
| * | | Remove dependency on container, removing service locator antipattern | Bernhard Posselt | 2014-04-02 | 1 | -7/+7 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-07 | 34 | -351/+459 |
| | | | |||||
* | | | Merge pull request #8064 from owncloud/remove-not-existing-functions | Lukas Reschke | 2014-04-06 | 1 | -27/+0 |
|\ \ \ | | | | | | | | | Removed two unused functions | ||||
| * | | | Removed two unused functions | Lukas Reschke | 2014-04-04 | 1 | -27/+0 |
| | | | | | | | | | | | | These two functions were actually not usable and only a todo since ages. I think it's better to remove it than having dead and unmaintained code. | ||||
* | | | | Update README.md | Volkan Gezer | 2014-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Update to the correct link (version 6.0) | ||||
* | | | | Update README.md | Volkan Gezer | 2014-04-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update README.md | Volkan Gezer | 2014-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Change version. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-06 | 30 | -123/+146 |
| | | | | |||||
* | | | | Merge pull request #8072 from owncloud/slideshow-buttons | jbtbnl | 2014-04-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix slideshow buttons being invisible | ||||
| * | | | | Fix slideshow buttons being invisible | Robin Appelman | 2014-04-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-05 | 12 | -12/+12 |
| | | | | | |||||
* | | | | | Merge pull request #8061 from owncloud/remove-uneeded-file | Tom Needham | 2014-04-05 | 3 | -62/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove uneeded file | ||||
| * | | | | Delete auth.css | Lukas Reschke | 2014-04-04 | 1 | -39/+0 |
| | | | | | |||||
| * | | | | Delete oauth.css | Lukas Reschke | 2014-04-04 | 1 | -4/+0 |
| | | | | | |||||
| * | | | | Remove uneeded file | Lukas Reschke | 2014-04-04 | 1 | -19/+0 |
| |/ / / | | | | | | | | | This file seems not to be actually used anywhere. | ||||
* | | | | Merge pull request #8062 from owncloud/remove-echo | Jörn Friedrich Dreyer | 2014-04-04 | 1 | -5/+5 |
|\ \ \ \ | |/ / / |/| | | | Replace echo with `p` or `print_unescaped` | ||||
| * | | | Replace echo with `p` or `print_unescaped` | Lukas Reschke | 2014-04-04 | 1 | -5/+5 |
|/ / / | | | | | | | Using echo instead of `p` or `print_unescaped` is a bad style, to prevent people from copying it I've adjusted it. | ||||
* | | | Merge pull request #8058 from owncloud/preview-highdpi | Vincent Petry | 2014-04-04 | 2 | -2/+8 |
|\ \ \ | | | | | | | | | Show higher resolution previews for high dpi screens | ||||
| * | | | Show higher resolution previews for high dpi screens | Robin Appelman | 2014-04-04 | 2 | -2/+8 |
| | | | | |||||
* | | | | Merge pull request #8055 from owncloud/getfileinfo-exists | icewind1991 | 2014-04-04 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | dont scan not existing files in View->getFileInfo | ||||
| * | | | | dont scan not existing files in View->getFileInfo | Robin Appelman | 2014-04-04 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Merge pull request #8039 from owncloud/chunking-removeexpireinhaskey | Vincent Petry | 2014-04-04 | 1 | -5/+0 |
|\ \ \ \ | |/ / / |/| | | | Do not expire chunks while checking for their existence | ||||
| * | | | Do not expire chunks while checking for their existence | Vincent Petry | 2014-04-03 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | The expiration should be done by the gc() function on login, not while isComplete() is calling hasKey() for every chunk. | ||||
* | | | | Merge pull request #8047 from owncloud/jshint-line-length-120 | Vincent Petry | 2014-04-04 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | extending javascript line length to 120 | ||||
| * | | | | extending javascript line length to 120 | Thomas Müller | 2014-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | adding xit to globals | ||||
* | | | | | Merge pull request #8015 from owncloud/storageinfo-reuse | Vincent Petry | 2014-04-04 | 2 | -5/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | Allow reusing FileInfo for getStorageInfo | ||||
| * | | | | Allow reusing FileInfo for getStorageInfo | Robin Appelman | 2014-04-02 | 2 | -5/+8 |
| | |/ / | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-04 | 245 | -8779/+7887 |
| | | | | |||||
* | | | | Merge pull request #6968 from owncloud/files-ajaxload | Morris Jobke | 2014-04-03 | 42 | -1378/+2449 |
|\ \ \ \ | | | | | | | | | | | Ajaxify files list for files + trashbin + public page | ||||
| * | | | | Correctly set svg for crumb divider | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fixed dirInfo check for non existing dir in files ajax call | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fixed mime type attribute access in file overwrite dialog | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | 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 | 41 | -1369/+2359 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |