- Jan 12, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 11, 2018
-
-
Morris Jobke authored
13.0.0 RC1
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0
-
Morris Jobke authored
Fix password displayed as username in Firefox password manager dialog
-
Arthur Schiwon authored
without recursion we have issues with internal states. paged search status are set to false, cookies are not being set. In the end we have endless requests which pile up enormously with a high initial offset. Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
More detailed theming capabilities
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
Fix displaying of the HTML update notification
-
Arthur Schiwon authored
The message is not helpful anyway for an admin, and oftentimes is just valid (e.g. when searching with an offset beyond users in LDAP). Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Daniel Calviño Sánchez authored
To show the password in plain text "showPassword" adds a text input after the password input and swaps their visibility depending on whether the password has to be shown in plain text or not. In a similar way, "strengthify" by default adds the strength bar after the input element it was called on. Due to this, if "showPassword" is called before "strengthify" on the same password input then the strength bar ends between the password input and the text input, and when the text input is shown it appears below the strength bar. To fix this now the strength bar is added after the text input in those places in which "strengthify" was called after "showPassword" on the same element. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Morris Jobke authored
Fix popover and styling in user management
-
Morris Jobke authored
made small changes to login screen
-
Arthur Schiwon authored
thus hasMoreResult should return false Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Robert Pirritano authored
added height back 70px back to footer and removed .htaccess file Signed-off-by:
Robert R Pirritano <rpirritano@gmail.com>
-
Julius Härtl authored
Fix empty details view after renaming a file
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Joas Schilling authored
[3rdparty] Improve zip support
-
Roeland Jago Douma authored
Adds rel="noopener noreferrer" to _blank links inside comments
-
Roeland Jago Douma authored
return correct mount type for federated shares
-
Thomas Citharel authored
For more details, check out https://mathiasbynens.github.io/rel-noopener/ for instance Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Bjoern Schiessle authored
fix https://github.com/nextcloud/server/issues/6584 Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
"FileList._updateDetailsView" expects either a file name (as a string) or a file model (as an "OCA.File.FileInfoModel"), but when called through "updateInList" an "OC.Files.FileInfo" object was given instead. As the given attribute was not a model "_updateDetailsView" treated it as a file name and tried to get the model for that file, which failed and caused the details view to be emptied. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
All the tests in the "Renaming files" section added the test files, although those calling "doRename()" added them by setting a path for the file too. However, the path is ignored in the other tests, so adding the files can be unified and moved to "beforeEach()". This would be needed, for example, to show the details view for a file before calling "doRename()". Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Nextcloud bot authored
-
- Jan 10, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Don't encode paths that will be passed to the davclient
-
Roeland Jago Douma authored
Fixes password input being prompted every time.
-
Daniel Calviño Sánchez authored
Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Abijeet authored
Signed-off-by:
Abijeet <abijeetpatro@gmail.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Do not instantiate node when not needed
-
Morris Jobke authored
Add events for favorites
-
Julius Härtl authored
This will allow clients to easily check if a custom background is used Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
Fix appmenu svg double invert
-
Morris Jobke authored
Set height for sidebar icons
-
blizzz authored
Log a missing setting as INFO not as WARNING
-
Morris Jobke authored
Fix CI after Code of Conduct merge
-