Jenkins for ownCloud
c5649a634f
[tx-robot] updated from transifex
10 years ago
Vincent Petry
14dc36efe6
Properly hide strengthify after password change
10 years ago
Vincent Petry
69a9888a81
[IE8] Fix button background color
IE8 doesn't support rgba...
10 years ago
Vincent Petry
b7a5d487f8
[IE9] Set explicit height to file actions menu icon
IE9 flattened the icons, so give it an explicit height.
10 years ago
Vincent Petry
97b2a3964a
[IE] Add border to dropdown menus
As a fallback because box-shadow doesn't give the same effect and drop
shadow doesn't work with IE.
10 years ago
Jenkins for ownCloud
cd818e7419
[tx-robot] updated from transifex
10 years ago
Hendrik Leppelsack
e1286a4151
fix footer in public gallery
10 years ago
Hendrik Leppelsack
e7b2da79ec
fix public empty message
10 years ago
Hendrik Leppelsack
c1a5e96435
fix scrollbars in public template
10 years ago
Morris Jobke
8366ce2767
deduplicate @xenopathic
10 years ago
Morris Jobke
b519965408
[admin] check for correct PHP memcached module
10 years ago
Jenkins for ownCloud
3ff60cc2e3
[tx-robot] updated from transifex
10 years ago
Morris Jobke
b945d71384
update licence headers via script
10 years ago
Roeland Jago Douma
8c459a895d
Do not remove linkshare if there is none
If the password is enforced we can't create a link share right away but
just show the password field. Untoggling the link sharing should not try
to remove the share.
* Added unit test
10 years ago
Vincent Petry
bc727d67ca
Make sidebar properly fullscreen in mobile/compact mode
10 years ago
Roeland Jago Douma
96deeca34d
Use DD-MM-YYYY consistently in share sidebar
We used to display the response from the server. Which is in non ISO8601
format. Now this is weird since the datepickers shows us 'DD-MM-YYYY'
once a date is chosen.
Now use momentJS to properly format the date.
* Unit tests updated
10 years ago
Jenkins for ownCloud
2ffb1c2135
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
e0084059b9
[tx-robot] updated from transifex
10 years ago
Vincent Petry
f135128664
Fix filelist size issues, breadcrumb, multiselect
- calculate multiselect header width to exclude scrollbar
- call FileList._onResize() when sidebar is toggled ("appresized"), this
also updates the breadcrumb width
- moved global getScrollBarWidth() to OC.Util namespace
10 years ago
Vincent Petry
1562da3691
Focus on share field after first display
10 years ago
Roeland Jago Douma
57ceee13a9
Updated some mimetypes
* c++ and cpp now both map to code
10 years ago
Robin McCorkell
aeb20675dd
Allow recursive mimetype aliases
application/xml -> text/html -> text/code
10 years ago
Robin McCorkell
cd7aff47e1
Introduce a few new mimetypes for code
10 years ago
Morris Jobke
4b3a5a257f
Fix moment.js "a few seconds ago" with "seconds ago"
* fixes #18627
10 years ago
Vincent Petry
5dff9d88cb
Make sure the conflict dialog is loaded before adding conflicts
10 years ago
Jenkins for ownCloud
3b4592718a
[tx-robot] updated from transifex
10 years ago
Hendrik Leppelsack
d4ce713749
display checkboxes properly after file restore
10 years ago
Morris Jobke
7cbdd9b90b
setting to skip migration tests by default
* if you install owncloud via package it is not
possible to skip migration tests
* this also allows to disable migration tests for
an instance by default
10 years ago
Vincent Petry
9e66653fb3
[IE8] Remove non-working ellipsis support
This prevents the name element to be too wide, which would cause users
to mistakenly click on it instead of the empty space when wanting to
focus on a file for the sidebar.
Also fixed the close button on the sidebar (make it appear)
10 years ago
Robin Appelman
f4d180ee5c
allow passing the fileinfo to the preview manager
10 years ago
Jenkins for ownCloud
50874de1ca
[tx-robot] updated from transifex
10 years ago
Vincent Petry
509096ca15
[IE8] Make checkbox on login page look less out of place
10 years ago
Vincent Petry
42eb2149ad
Optipng IE8 logo
10 years ago
Morris Jobke
1051a3c6f5
Change small thumbnails to 32 px
* fixes #16913
* fixes issues in IE8 where the thumbnail is too big
10 years ago
Morris Jobke
1ec2499a0a
move IE8 fixes to fixes.css
10 years ago
Jenkins for ownCloud
41129aff80
[tx-robot] updated from transifex
10 years ago
Vincent Petry
97bfc20ac8
[IE8] Fix popover menu borders for IE8
- fixes "New" menu
- fixes file actions menu
10 years ago
Vincent Petry
dbb6692468
[IE8] Fix filetype icon sizes
Added hack that uses a "filter" CSS with explicit URL to fix the "New"
menu by scaling down icons and also fix the folder/filetype icon in the sidebar
by scaling it up.
10 years ago
Vincent Petry
00623b1c73
[IE8] Rescale PNG icons to 32x32
10 years ago
Vincent Petry
bf2a876094
Fix login arrow in login page
10 years ago
Vincent Petry
e826108b6c
Fix IE8 login logo
Added 175px logo to make it have the same size.
It's only used for IE8.
10 years ago
Olivier Paroz
a1c419dc71
Use Hermite resampling for comparator canvas previews
10 years ago
Vincent Petry
8def1383c8
Fix share link password error
- only allow submitting the password once, single request
- display error in tooltip
10 years ago
Morris Jobke
5acb38b5b3
[upgrade] switch to debug logging on upgrade
* resets afterwards
* adds output about the previous log level
10 years ago
Jenkins for ownCloud
aa3596a410
[tx-robot] updated from transifex
10 years ago
Vincent Petry
71dabc6c13
Consider both hash params and query when parsing URL
10 years ago
Vincent Petry
a823a79f12
Show loading spinner for first fetch of shares
Whenever the sidebar first loads shares, show a spinner instead of an
empty content
10 years ago
Jenkins for ownCloud
60f123193b
[tx-robot] updated from transifex
10 years ago
Olivier Paroz
ff4227bbfc
Use a universal shebang
Fixes #15037
10 years ago
Hendrik Leppelsack
0ae931ed57
fix sidebar spinner
10 years ago