summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #2924 from nextcloud/flexbox-headerMorris Jobke2017-01-235-111/+109
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix appname positionChristoph Wurst2017-01-231-3/+2
| * | | | | | fix searchbox positionChristoph Wurst2017-01-231-1/+1
| * | | | | | fix public sharing buttonsChristoph Wurst2017-01-232-3/+5
| * | | | | | fix log and app nameChristoph Wurst2017-01-231-5/+4
| * | | | | | more cleanupChristoph Wurst2017-01-232-44/+28
| * | | | | | fix scssChristoph Wurst2017-01-232-3/+4
| * | | | | | use less space for the left part of the headerChristoph Wurst2017-01-231-1/+2
| * | | | | | Use flexbox for header and rearrange some elementsChristoph Wurst2017-01-233-62/+74
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3141 from nextcloud/subadmin-check-on-removing-user-from-...Joas Schilling2017-01-236-147/+288
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove the old ajax fileJoas Schilling2017-01-181-92/+0
| * | | | | Use the provisioning api in the user management to handle group membershipsJoas Schilling2017-01-182-28/+51
| * | | | | Allow subadmins to add people to groups via provisioning apiJoas Schilling2017-01-182-7/+151
| * | | | | Make sure subadmins can not delete users from their last subadmin groupJoas Schilling2017-01-182-0/+76
| * | | | | Fix CamelCasingJoas Schilling2017-01-181-1/+1
| * | | | | No need to check the subadmin againJoas Schilling2017-01-182-21/+11
* | | | | | Merge pull request #3118 from nextcloud/newFileMenu-css-guidelinesMorris Jobke2017-01-223-41/+12
|\ \ \ \ \ \
| * | | | | | Popover newFolder input fixJohn Molakvoæ (skjnldsv)2017-01-221-4/+2
| * | | | | | Popover positionning fixJohn Molakvoæ (skjnldsv)2017-01-221-1/+0
| * | | | | | Popover positionning and classesJohn Molakvoæ (skjnldsv)2017-01-223-2/+6
| * | | | | | fit newFileMenu to css guidelinesJohn Molakvoæ (skjnldsv)2017-01-223-39/+9
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-01-236-8/+8
* | | | | | | Merge pull request #3190 from nextcloud/fix-sharing-popoverJohn Molakvoæ2017-01-224-19/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix #3174John Molakvoæ (skjnldsv)2017-01-214-19/+15
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3187 from nextcloud/inputs-scss-optimisationMorris Jobke2017-01-2226-655/+341
|\ \ \ \ \ \
| * | | | | | App navigation utils buttons shadow fixJohn Molakvoæ (skjnldsv)2017-01-221-1/+3
| * | | | | | Fixed public share download buttonJohn Molakvoæ (skjnldsv)2017-01-221-2/+2
| * | | | | | Fix Navigation menu shadow and added rules for icon in buttonJohn Molakvoæ (skjnldsv)2017-01-222-0/+2
| * | | | | | Fixed sharing jsJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
| * | | | | | Fixed public share header buttonsJohn Molakvoæ (skjnldsv)2017-01-223-48/+37
| * | | | | | Fix download button on public shareJohn Molakvoæ (skjnldsv)2017-01-221-4/+0
| * | | | | | Select2 search input fixJohn Molakvoæ (skjnldsv)2017-01-221-1/+0
| * | | | | | Login and authenticate inputs fixesJohn Molakvoæ (skjnldsv)2017-01-222-7/+3
| * | | | | | Disabled state fixJohn Molakvoæ (skjnldsv)2017-01-221-2/+3
| * | | | | | White checkmark fixJohn Molakvoæ (skjnldsv)2017-01-221-2/+2
| * | | | | | Fix loginJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
| * | | | | | Fixed edit icon positionJohn Molakvoæ (skjnldsv)2017-01-211-1/+1
| * | | | | | Fixed multiselect focusJohn Molakvoæ (skjnldsv)2017-01-211-4/+4
| * | | | | | Remove quota focus and unwanted state classesJohn Molakvoæ (skjnldsv)2017-01-211-18/+16
| * | | | | | Fixed strengthify wrapperJohn Molakvoæ (skjnldsv)2017-01-211-3/+3
| * | | | | | Fixed show passwordJohn Molakvoæ (skjnldsv)2017-01-211-3/+2
| * | | | | | Removed old svg and added new onesJohn Molakvoæ (skjnldsv)2017-01-2118-16/+4
| * | | | | | Going back to svg for the checkmark and the mixed markJohn Molakvoæ (skjnldsv)2017-01-211-31/+13
| * | | | | | Inputs.scss rewritting and optimisation, fix #3121John Molakvoæ (skjnldsv)2017-01-211-575/+309
| |/ / / / /
* | | | | | Merge pull request #3004 from nextcloud/fix-installation-cssLukas Reschke2017-01-229-1326/+756
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fixed strengthify wrapperJohn Molakvoæ (skjnldsv)2017-01-211-0/+15
| * | | | | fix show-more-icon positionChristoph Wurst2017-01-171-2/+1
| * | | | | Added loader and fixed tabsJohn Molakvoæ (skjnldsv)2017-01-101-23/+93
| * | | | | Create unified css file and merge all needed data into this fileJohn Molakvoæ (skjnldsv)2017-01-107-1573/+590
| * | | | | Revert styles scss changesJohn Molakvoæ (skjnldsv)2017-01-101-0/+472