Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless dependency on SQLite (non-PDO) | Morris Jobke | 2017-01-25 | 2 | -19/+5 |
* | Merge pull request #3151 from nextcloud/navigation-icons | Morris Jobke | 2017-01-24 | 28 | -62/+310 |
|\ | |||||
| * | fix positioning details of icons in navigation | Jan-Christoph Borchardt | 2017-01-24 | 1 | -0/+6 |
| * | fix test mocks | Morris Jobke | 2017-01-20 | 1 | -0/+5 |
| * | update autoloader static class files | Morris Jobke | 2017-01-19 | 2 | -0/+2 |
| * | Fix app section tests | Joas Schilling | 2017-01-19 | 2 | -4/+32 |
| * | Fix the manager tests | Joas Schilling | 2017-01-19 | 1 | -30/+44 |
| * | Add the icons for shipped apps | Joas Schilling | 2017-01-19 | 6 | -12/+74 |
| * | Add the icon for the default sections | Joas Schilling | 2017-01-19 | 10 | -45/+33 |
| * | Allow apps to specify an icon with the sections via the API | Joas Schilling | 2017-01-19 | 5 | -6/+74 |
| * | add viewBox to not run into scaling issues | Morris Jobke | 2017-01-19 | 4 | -4/+4 |
| * | add icons to admin settings navigation | Jan-Christoph Borchardt | 2017-01-19 | 7 | -2/+40 |
| * | add icons to personal settings navigation | Jan-Christoph Borchardt | 2017-01-19 | 7 | -2/+39 |
* | | Merge pull request #3214 from nextcloud/cache-storage-info | Robin Appelman | 2017-01-24 | 1 | -5/+29 |
|\ \ | |||||
| * | | hash the path used for the cache key to prevent key length problems | Robin Appelman | 2017-01-24 | 1 | -2/+3 |
| * | | cache the storage info for 5 min | Robin Appelman | 2017-01-23 | 1 | -5/+28 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-24 | 190 | -452/+480 |
* | | | Merge pull request #3192 from nextcloud/fix-app-settings-layout-minor | Morris Jobke | 2017-01-23 | 2 | -1/+11 |
|\ \ \ | |||||
| * | | | Add class | John Molakvoæ (skjnldsv) | 2017-01-23 | 2 | -2/+2 |
| * | | | Fix gap by filter svg and empty search message overflow | Felix A. Epp | 2017-01-22 | 2 | -1/+11 |
* | | | | Merge pull request #3212 from mwalbeck/mimetype-hidden-files | Robin Appelman | 2017-01-23 | 2 | -0/+8 |
|\ \ \ \ | |||||
| * | | | | Reduced code for filename trim | Magnus Walbeck | 2017-01-23 | 1 | -3/+1 |
| * | | | | Mimetype detection for hidden files | Magnus Walbeck | 2017-01-23 | 2 | -0/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3209 from nextcloud/fix-theming-typo | Morris Jobke | 2017-01-23 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix typo in theming description | Joas Schilling | 2017-01-23 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #3157 from nextcloud/fcloseafterkill | Morris Jobke | 2017-01-23 | 4 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Prevent PHP request to get killed when using fclose callback (#26775) | Vincent Petry | 2017-01-23 | 4 | -0/+5 |
* | | | | | Merge pull request #3220 from nextcloud/direct-link-open-sidebar | Morris Jobke | 2017-01-23 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | open the sidebar when opening a permalink | Robin Appelman | 2017-01-23 | 1 | -0/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #2924 from nextcloud/flexbox-header | Morris Jobke | 2017-01-23 | 5 | -111/+109 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | fix appname position | Christoph Wurst | 2017-01-23 | 1 | -3/+2 |
| * | | | | fix searchbox position | Christoph Wurst | 2017-01-23 | 1 | -1/+1 |
| * | | | | fix public sharing buttons | Christoph Wurst | 2017-01-23 | 2 | -3/+5 |
| * | | | | fix log and app name | Christoph Wurst | 2017-01-23 | 1 | -5/+4 |
| * | | | | more cleanup | Christoph Wurst | 2017-01-23 | 2 | -44/+28 |
| * | | | | fix scss | Christoph Wurst | 2017-01-23 | 2 | -3/+4 |
| * | | | | use less space for the left part of the header | Christoph Wurst | 2017-01-23 | 1 | -1/+2 |
| * | | | | Use flexbox for header and rearrange some elements | Christoph Wurst | 2017-01-23 | 3 | -62/+74 |
* | | | | | Merge pull request #3141 from nextcloud/subadmin-check-on-removing-user-from-... | Joas Schilling | 2017-01-23 | 6 | -147/+288 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove the old ajax file | Joas Schilling | 2017-01-18 | 1 | -92/+0 |
| * | | | | Use the provisioning api in the user management to handle group memberships | Joas Schilling | 2017-01-18 | 2 | -28/+51 |
| * | | | | Allow subadmins to add people to groups via provisioning api | Joas Schilling | 2017-01-18 | 2 | -7/+151 |
| * | | | | Make sure subadmins can not delete users from their last subadmin group | Joas Schilling | 2017-01-18 | 2 | -0/+76 |
| * | | | | Fix CamelCasing | Joas Schilling | 2017-01-18 | 1 | -1/+1 |
| * | | | | No need to check the subadmin again | Joas Schilling | 2017-01-18 | 2 | -21/+11 |
* | | | | | Merge pull request #3118 from nextcloud/newFileMenu-css-guidelines | Morris Jobke | 2017-01-22 | 3 | -41/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Popover newFolder input fix | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -4/+2 |
| * | | | | | Popover positionning fix | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -1/+0 |
| * | | | | | Popover positionning and classes | John Molakvoæ (skjnldsv) | 2017-01-22 | 3 | -2/+6 |
| * | | | | | fit newFileMenu to css guidelines | John Molakvoæ (skjnldsv) | 2017-01-22 | 3 | -39/+9 |