aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* filepicker: improve layout and styleJan-Christoph Borchardt2016-10-193-22/+26
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use a table for the filepicker list and add size columnRobin Appelman2016-10-194-41/+57
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use fileclient to get the filelist for the filepickerRobin Appelman2016-10-191-12/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow selecting a folder after using the breadcrumbRobin Appelman2016-10-191-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow selecting the root folderRobin Appelman2016-10-191-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #1795 from nextcloud/systemtags-activity-wordingRoeland Jago Douma2016-10-191-8/+8
|\ | | | | change wording of system tags from un/assigned to more human added/removed
| * change wording of system tags from un/assigned to more human added/removedJan-Christoph Borchardt2016-10-191-8/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #1740 from nextcloud/issue-1707-big-files-on-32-bitsMorris Jobke2016-10-192-2/+9
|\ \ | |/ |/| Make sure we only use numbers as length
| * Make sure we only use numbers as lengthJoas Schilling2016-10-192-2/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1784 from nextcloud/fix-activity-filter-namesJoas Schilling2016-10-192-2/+2
|\ \ | |/ |/| Adjust wording to make the separation between sharing and files more clear
| * Adjust wording to make the separation between sharing and files clearerJoas Schilling2016-10-182-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1790 from nextcloud/3rdparty-masterRoeland Jago Douma2016-10-191-0/+0
|\ \ | | | | | | [3rdparty] Point to master again
| * | [3rdparty] Point to master againRoeland Jago Douma2016-10-181-0/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #1789 from nextcloud/select2-fixesMorris Jobke2016-10-183-78/+113
|\ \ \ | |/ / |/| | move select2 styles to core so it's universal, not only for tags
| * | fix select2 sizing issueJan-Christoph Borchardt2016-10-181-1/+4
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | move select2 styles to core so it's universal, not only for tagsJan-Christoph Borchardt2016-10-183-78/+110
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #1164 from nextcloud/avatar-files-accesscontrol-fixesMorris Jobke2016-10-183-7/+66
|\ \ \ | | | | | | | | Avatar/file-picker fixes for access-control app
| * | | The red box already makes clear it's an errorJoas Schilling2016-10-181-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-182-3/+62
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1788 from nextcloud/share-link-whitespaceMorris Jobke2016-10-181-0/+4
|\ \ \ | |_|/ |/| | add whitespace above share link so it's visually distinguished more
| * | add whitespace above share link so it's visually distinguished moreJan-Christoph Borchardt2016-10-181-0/+4
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #1729 from nextcloud/downstream-ldap-3Lukas Reschke2016-10-1812-91/+109
|\ \ \ | | | | | | | | [downstream] LDAP empty hardening
| * \ \ Merge branch 'master' into downstream-ldap-3Arthur Schiwon2016-10-1661-262/+837
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix and tidy up tests after merge conflictsArthur Schiwon2016-10-131-16/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | Update tests for phunit 5.5Victor Dubiniuk2016-10-135-30/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | Harden emptyVictor Dubiniuk2016-10-137-50/+59
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #1771 from nextcloud/fix-issue-loading-checks-from-cacheLukas Reschke2016-10-182-1/+94
|\ \ \ \ \ | | | | | | | | | | | | Do not reset the list after adding cached entries
| * | | | | Do not reset the list after adding cached entriesJoas Schilling2016-10-172-1/+94
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #1734 from nextcloud/setvalue_optLukas Reschke2016-10-182-0/+23
|\ \ \ \ \ | | | | | | | | | | | | AllConfig setUserValue opt
| * | | | | Fix migration testsRoeland Jago Douma2016-10-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Use cache to determine if value need to be updatedRoeland Jago Douma2016-10-131-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #1742 from nextcloud/us_sync-date-of-deathLukas Reschke2016-10-182-43/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | [oc] Sync deathdate and anniversary to birthday calendar
| * | | | | | [9.2] Sync deathdate and anniversary to birthday calendar (#25655)Thomas Müller2016-10-142-43/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync deathdate and anniversary to birthday calendar (which should be renamed maybe) * Sync deathdate and anniversary to birthday calendar (which should be renamed maybe) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #1739 from nextcloud/bump_symfony_processLukas Reschke2016-10-181-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [3rdparty] Bump synfony/process
| * | | | | | | [3rdparty] Bump synfony/processRoeland Jago Douma2016-10-141-0/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #1774 from nextcloud/ellipsize-shareeMorris Jobke2016-10-181-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ellipsize sharee name to not overlap with can edit option on mobile
| * | | | | | | ellipsize sharee name to not overlap withJan-Christoph Borchardt2016-10-181-1/+6
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | Merge pull request #1780 from nextcloud/jquery-ui-fixesJan-Christoph Borchardt2016-10-181-1/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | jquery UI fixes
| * | | | | | | jquery UI fixesJan-Christoph Borchardt2016-10-181-1/+27
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | Merge pull request #1722 from nextcloud/hide-storage-warningsMorris Jobke2016-10-181-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hide storage wrapper warning for the readonly storage
| * | | | | | | hide storage wrapper warning for the readonly storageMorris Jobke2016-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | Merge pull request #1777 from nextcloud/user-mgmt-layoutMorris Jobke2016-10-182-11/+31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | User management layout improvements
| * | | | | | | | improve look of Add group flowJan-Christoph Borchardt2016-10-182-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | fix list height and border to be as in FilesJan-Christoph Borchardt2016-10-181-3/+17
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | | Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-184-5/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | search design details
| * | | | | | | Fix bold no results search textskjnldsv2016-10-112-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wording
| * | | | | | | Use the correct query variableJoas Schilling2016-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | search design detailsJan-Christoph Borchardt2016-09-094-5/+4
| | | | | | | |
* | | | | | | | Merge pull request #1754 from nextcloud/files-moveJan-Christoph Borchardt2016-10-181-3/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add file action to move files and folders
| * | | | | | | | use more fitting icon for files move actionJan-Christoph Borchardt2016-10-171-4/+3
| | | | | | | | |