Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fixed small code style issues | Vincent Petry | 2014-12-15 | 5 | -12/+16 | |
| * | | | Remove spinner when toggling file favorite | Vincent Petry | 2014-12-15 | 1 | -9/+14 | |
| * | | | Fixed has-favorites CSS | Vincent Petry | 2014-12-15 | 3 | -2/+5 | |
| * | | | shift actions to the left a bit to account for right shift due to favorites a... | Jan-Christoph Borchardt | 2014-12-15 | 1 | -0/+1 | |
| * | | | add CSS to shift header to account for when favorites are present | Jan-Christoph Borchardt | 2014-12-15 | 1 | -0/+8 | |
| * | | | Use star icon for favorites | Vincent Petry | 2014-12-15 | 2 | -10/+44 | |
| * | | | Load handlebars in core | Vincent Petry | 2014-12-15 | 1 | -1/+2 | |
| * | | | Correctly replace favorites icon when re-rendering file actions | Vincent Petry | 2014-12-15 | 1 | -1/+1 | |
| * | | | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 18 | -8/+1146 | |
| * | | | Return file info from Node API | Vincent Petry | 2014-12-15 | 1 | -1/+6 | |
* | | | | Merge pull request #11946 from owncloud/load-vendor-from-core-json | Lukas Reschke | 2014-12-15 | 1 | -6/+15 | |
|\ \ \ \ | ||||||
| * | | | | Implement method that reads vendor libs from core.json | Morris Jobke | 2014-12-15 | 1 | -6/+15 | |
* | | | | | Merge pull request #12555 from owncloud/app_specific_search | Jörn Friedrich Dreyer | 2014-12-15 | 6 | -18/+69 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | introduce inApps[] filter for search via ajax query, make file results show u... | Jörn Friedrich Dreyer | 2014-12-10 | 6 | -18/+69 | |
* | | | | | Merge pull request #12839 from oparoz/ControllerMethodReflector | Morris Jobke | 2014-12-15 | 2 | -1/+66 | |
|\ \ \ \ \ | ||||||
| * | | | | | Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflector | Olivier Paroz | 2014-12-14 | 2 | -1/+66 | |
* | | | | | | Merge pull request #12846 from owncloud/fix-searchbytags-test | Morris Jobke | 2014-12-15 | 1 | -2/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Sort results to make sure assert work on consistent order | Vincent Petry | 2014-12-15 | 1 | -2/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #12625 from owncloud/app-dependencies-libs-and-commands | Bernhard Posselt | 2014-12-15 | 11 | -68/+705 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fixing owncloud version | Thomas Müller | 2014-12-15 | 1 | -1/+2 | |
| * | | | | | | adding unit tests for PlatformRepository::normalizeVersion() | Thomas Müller | 2014-12-12 | 1 | -0/+65 | |
| * | | | | | | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 4 | -99/+94 | |
| * | | | | | | check app dependencies on installation as well | Thomas Müller | 2014-12-11 | 1 | -6/+21 | |
| * | | | | | | fix unit tests | Thomas Müller | 2014-12-11 | 1 | -1/+1 | |
| * | | | | | | single dependencies will not be represented as an array + fix unit tests | Thomas Müller | 2014-12-11 | 2 | -9/+24 | |
| * | | | | | | adjust styling of missing dependencies in apps management | Thomas Müller | 2014-12-11 | 2 | -4/+9 | |
| * | | | | | | adding dependency to owncloud version - with fallback to requiremin and requi... | Thomas Müller | 2014-12-11 | 5 | -1/+75 | |
| * | | | | | | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 4 | -1/+52 | |
| * | | | | | | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 6 | -8/+320 | |
| * | | | | | | adding dependencies for command line tools | Thomas Müller | 2014-12-11 | 3 | -20/+124 | |
* | | | | | | | Merge pull request #11991 from owncloud/bower-jquery-ui | Morris Jobke | 2014-12-15 | 13 | -138/+353 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | bower jquery-ui - exported changes to a separate css file | Morris Jobke | 2014-12-13 | 13 | -138/+353 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-15 | 32 | -4/+74 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | make regex in controllermethodreflector.php compatible with PCRE 6.x | Philipp Knechtges | 2014-12-14 | 1 | -1/+1 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-14 | 166 | -132/+244 | |
* | | | | | | Merge pull request #12639 from owncloud/bad_mtime_format | Morris Jobke | 2014-12-13 | 3 | -4/+30 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Return ? if mtime is 0 or -1 | Robin McCorkell | 2014-12-12 | 3 | -4/+30 | |
* | | | | | | Merge pull request #12795 from owncloud/files-layoutchanges | Morris Jobke | 2014-12-13 | 7 | -50/+71 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Replace input checkbox CSS selector with .electCheckBox | Vincent Petry | 2014-12-11 | 2 | -22/+18 | |
| * | | | | | | Move file thumbnail into the label element | Vincent Petry | 2014-12-11 | 7 | -29/+54 | |
* | | | | | | | Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-index | Morris Jobke | 2014-12-13 | 6 | -24/+157 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make comment clear | Lukas Reschke | 2014-12-12 | 1 | -1/+1 | |
| * | | | | | | | Comment code path | Lukas Reschke | 2014-12-12 | 1 | -0/+1 | |
| * | | | | | | | Use limit and offset | Lukas Reschke | 2014-12-12 | 1 | -1/+1 | |
| * | | | | | | | Use array key instead of value | Lukas Reschke | 2014-12-12 | 2 | -4/+15 | |
| * | | | | | | | Add test for user without backend | Lukas Reschke | 2014-12-12 | 1 | -0/+16 | |
| * | | | | | | | Use public interface | Lukas Reschke | 2014-12-11 | 2 | -6/+6 | |
| * | | | | | | | Break loop | Lukas Reschke | 2014-12-11 | 1 | -0/+1 | |
| * | | | | | | | Add filter for 'backend' to user REST route | Lukas Reschke | 2014-12-10 | 6 | -17/+121 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-13 | 52 | -124/+120 | |
| |_|_|_|_|/ / |/| | | | | | |