Lukas Reschke
8f09d5b67c
Update license headers
10 years ago
Jenkins for ownCloud
eb10e3abc2
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
ba010a5aa4
[tx-robot] updated from transifex
10 years ago
Roeland Jago Douma
9071e756a1
Fix for broken ajax/share.php endpoint
Even more code mess :(
All tests pass again. But I'm really not happy with this endpoint.
10 years ago
Jenkins for ownCloud
a341e786dd
[tx-robot] updated from transifex
10 years ago
Jan-Christoph Borchardt
aed9b2a626
change wording from 'remember' to more understandable 'Stay logged in'
10 years ago
Thomas Müller
4f5ff9c105
Ensure the password is only hashed in case it's changed on the client - fixes #19950
10 years ago
Jenkins for ownCloud
c50bbb8cde
[tx-robot] updated from transifex
10 years ago
Tom Needham
e3ae453ee5
Fix line lengths in share dialog unit tests
10 years ago
Tom Needham
8a6d22d751
Add JS tests for share autocompletion handling
10 years ago
Joas Schilling
a0437591db
Use the normal OC.menu JS for handling the Settings menu
10 years ago
Thomas Müller
c27531fe0f
Remove the core version from shipped.json
10 years ago
Tom Needham
2ca5b1aa1f
Add test for remote share info tooltop
10 years ago
Vincent Petry
89e3860e1a
Disable app icon preview in apps page for IE
All IE versions are not able to properly upscale SVG icons unless the
said SVG files contain a "viewBox" attribute, which is not always the
case. Also we cannot guarantee that all third party apps will have this
attribute in their icons.
So for now, app icons will not be displayed in IE instead of broken
ones.
10 years ago
Joas Schilling
e66e67567f
Update - Only add one section for disabled apps
10 years ago
Joas Schilling
9200bbeaba
Update: state which step we are going to start and warn if it might be slow
10 years ago
Jenkins for ownCloud
74f41349b7
[tx-robot] updated from transifex
10 years ago
Vincent Petry
1e64968ff7
Allow leaving update page when errors occurred
10 years ago
Vincent Petry
06ddd40886
Prevent leaving the DB update page while in progress
10 years ago
Jenkins for ownCloud
dfd44942c6
[tx-robot] updated from transifex
10 years ago
Christoph Wurst
9778094a25
fix filepicker loading spinner
10 years ago
Jenkins for ownCloud
008082ebad
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
8d25528c49
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
c378456137
[tx-robot] updated from transifex
10 years ago
Vincent Petry
90e34e26bd
Fix spinner positions in share tab
Also fix missing spinner when removing link share
10 years ago
Thomas Müller
f2889dc6e4
Consolidate webdav code - move all to one app
10 years ago
Vincent Petry
3af2ad0cd9
Fix DOM element ids in share dialog
- Rely on class names instead of global ids
- When global ids are needed for label+checkbox, append the view id
(cid) to the element's id
This fixes the checkboxes when multiple sidebars exist in the DOM.
10 years ago
Jenkins for ownCloud
7224e99ccd
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
5bee7007dd
[tx-robot] updated from transifex
10 years ago
Morris Jobke
2f9f963616
[update] show default error message if empty message
10 years ago
Jenkins for ownCloud
f9dd750ed7
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
abdbf10ebc
Do not print exception message
In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure.
Thus the error message should not directly get displayed to the user and instead be logged.
10 years ago
Jenkins for ownCloud
1f146d678c
[tx-robot] updated from transifex
10 years ago
Jan-Christoph Borchardt
81cd823c2a
add specific edit icon
10 years ago
Thomas Müller
3444d62063
Revert "Revert "Move trashbin specific CSS that modifies sidebar""
This reverts commit 0738ddfb76
.
10 years ago
Thomas Müller
0738ddfb76
Revert "Move trashbin specific CSS that modifies sidebar"
10 years ago
Vincent Petry
783971422c
Move trashbin specific CSS that modifies sidebar
Only when trashbin is enabled, its sidebar nav element must be fixed at
the bottom.
10 years ago
Jenkins for ownCloud
e16ac12f5a
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
d29d018cc7
[tx-robot] updated from transifex
10 years ago
Colin Hutchinson
f49c1039c4
refs #18241 Make the 'please reload this page' a clickable link
10 years ago
Jenkins for ownCloud
188acd5e4e
[tx-robot] updated from transifex
10 years ago
Thomas Müller
4cb5970947
Always pass in ILogger
10 years ago
Vincent Petry
14591d9df7
Use injected request
10 years ago
Morris Jobke
bf579a153f
fix IE8 user agent detection
10 years ago
Vincent Petry
c7aef6c368
Fix uploading avatar and root certs in IE8
10 years ago
Jenkins for ownCloud
5cb83937fa
[tx-robot] updated from transifex
10 years ago
Morris Jobke
3c005bc020
Check .conflicts for checkboxes
10 years ago
Roeland Jago Douma
08600a7ed5
Add unit tests for sending e-mail for link shares
10 years ago
Vincent Petry
4bf19d4472
Fix share email sending feedback
Redisplay email address after failure
10 years ago
Vincent Petry
cba1aae073
Disable "Continue" button in conflict dialog when no selection
10 years ago