Jenkins for ownCloud
b0b76fe064
[tx-robot] updated from transifex
12 years ago
Andreas Fischer
70111ea299
Add some color to the occ upgrade output.
12 years ago
Andreas Fischer
b8dbec0da4
Use "else if" to remove one level of indentation.
12 years ago
ringmaster
f130caa4a2
Missed one write()->writeln(). Fixed.
12 years ago
ringmaster
bca1e12597
Use writeln() instead of write()
12 years ago
ringmaster
d1c5e5d777
Use the OutputInterface for output and return error codes.
12 years ago
Morris Jobke
ffbcfef614
fix lost password screen - reuse available CSS rules
12 years ago
Julian Müller
776346b503
Fixing the lost Password Screen
12 years ago
Julian Müller
e9caaa933c
Fixing the Lost Password Screen
12 years ago
ringmaster
a24cbb50af
Move all upgrade routines into the command-line tool.
12 years ago
Vincent Petry
e62ca4ea4f
Append file etag to preview URLs
...
Fixes #5534
12 years ago
Jenkins for ownCloud
8df8211225
[tx-robot] updated from transifex
12 years ago
Jenkins for ownCloud
119ecc6f34
[tx-robot] updated from transifex
12 years ago
Arthur Schiwon
3248b0e2be
Fix broken users page when a username consists of digits only, fixes #5560
12 years ago
ringmaster
29a21466f3
Add `occ upgrade` command.
12 years ago
Ramiro Aparicio
3a81c8e3af
Changed update message to be more instructive, changed update style to be less aggresive
...
Fix br tags
Improve english messages
12 years ago
Vincent Petry
2102ab8fec
Fix leftcontent/right content, fixes tasks app
...
Tasks app layout was broken since the controls bar is higher now.
This change should hopefully fix other apps using the same layout.
12 years ago
Vincent Petry
086b82bd69
Fixed sharing dropdown placeholders in IE8/9
...
Added jquery.placeholder shim to handle input field placeholders in IE8/9
12 years ago
Thomas Müller
1317b7c03d
pass the name of the item source from the browser to the server - no need to get the data via complicated db queries
12 years ago
Vincent Petry
88c2646f7e
Fixed share dropdown checkbox wrapping
...
The "show cruds" button is now embedded into the last label/checkbox
group and wraps with it.
Added ellipsis to prevent long names to exceed the dropdown's width.
12 years ago
Jan-Christoph Borchardt
a2e9c0f81a
better wording for share input field and share link
12 years ago
Vincent Petry
9aa164f381
Renamed current placeholder jquery plugin to imageplaceholder
...
This is to prevent conflicts with jquery libs that handle text
placeholders in IE8
12 years ago
Vincent Petry
9656280252
Added left padding to notCreatable message
12 years ago
Jörn Friedrich Dreyer
c478a792fb
add missing ;
12 years ago
Jörn Friedrich Dreyer
20716a153a
fix message dialog titles in IE8
12 years ago
Jörn Friedrich Dreyer
45e6d96702
prevent user from creating or renaming sth. to an existing filename
...
- show tooltip when violating naming constraints while typing
- when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong
- fixes #5062
- also fixes some whitespace and codestyle issues in files js
- uses css selector over filterAttr in touched js files
12 years ago
Thomas Müller
148d2616e5
introduce link_to_docs() and migrate links
12 years ago
Jenkins for ownCloud
a376407da3
[tx-robot] updated from transifex
12 years ago
Ramiro Aparicio
b27595888a
fix notify user, and made js more resiliant to changes
12 years ago
Ramiro Aparicio
85edbb08c1
fix user displayName not being shown after add, added class for improved styling, fix strong for groups when english is not being used
12 years ago
Vincent Petry
f8717bc260
Fixed share with link checkbox missing as regular user
...
Instead of loading the app config setting "shareapi_allow_links" using a
synchronous ajax call that fails when the user is not an admin, this fix
puts the flag directly in the template so it doesn't need to be loaded
afterwards.
Fixes #5440
12 years ago
Jan-Christoph Borchardt
dbcfb1b830
beautify 'you dont have write permissions' notice, fix #2770
12 years ago
Jan-Christoph Borchardt
84d4d797d1
shorten string to 'notify by email', cut 'user'
12 years ago
Jan-Christoph Borchardt
fc7269e728
remove hover hide/show stuff for share dropdown to make things more obvious
12 years ago
Jan-Christoph Borchardt
1e8af6c5ef
bold share username
12 years ago
Jan-Christoph Borchardt
846ce67d01
properly align checkboxes to text
12 years ago
Jan-Christoph Borchardt
5b75673e77
more breathing space in share list
12 years ago
Jan-Christoph Borchardt
fbd0076be0
remove superfluous input hover color change
12 years ago
Jan-Christoph Borchardt
fa66dfff80
input field background size to white, fix input fields seeming disabled, fix #5168
12 years ago
Jenkins for ownCloud
6aee83cadf
[tx-robot] updated from transifex
12 years ago
Morris Jobke
0febccee49
readability: single line -> multiple lines
12 years ago
Michael Gapczynski
7f9ff51308
Fix accidental deletion of if
12 years ago
Michael Gapczynski
a2c80bbc68
Don't show links option in dropdown if disabled
12 years ago
Jan-Christoph Borchardt
07b885e291
correctly position ... overflow in breadcrumbs, fix #5158
12 years ago
Jenkins for ownCloud
2845747528
[tx-robot] updated from transifex
12 years ago
Vincent Petry
8a5c761239
Added missing var in share.js
12 years ago
Vincent Petry
467f864db4
Fixed sharing status update for new/uploaded files
...
Creating new files, folders or uploading files now have their sharing
icon updated accordingly.
For this, the global share status list that is cached in
OC.Share.statuses is reused for new files.
Performance should improve as the sharing list is now only loaded once
per navigation session.
In OC.Share, split loadIcons into loadIcons + updateIcons.
Fixes #4977
12 years ago
Thomas Müller
6e1881dbe4
new console command to generate sql migration scripts
12 years ago
raghunayyar
e7603aa6b4
Updates ownCloud title to Application - ownCloud
12 years ago
Morris Jobke
1c4dbaeab1
Fix warning box in IE8
...
* simulates a black transparent background on a blue pane
12 years ago