Jörn Friedrich Dreyer
682d6e8a80
use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace
12 years ago
Morris Jobke
4750fbc226
Merge pull request #5550 from owncloud/fix-4716-master
...
'Update to' is shown when there is no update
12 years ago
Morris Jobke
78971c61e6
update documentation for app update
12 years ago
Morris Jobke
c61d328ab9
Merge pull request #3889 from owncloud/apps_preload
...
Don't load the apps when we need to upgrade
12 years ago
Jenkins for ownCloud
8df8211225
[tx-robot] updated from transifex
12 years ago
Lukas Reschke
300cb22d24
Merge pull request #5566 from owncloud/fix-double-not
...
Fix double not in newfile/newfolder language.
12 years ago
Andreas Fischer
eb2d66d1a0
Fix double not in newfile/newfolder language.
12 years ago
Thomas Müller
aa06983345
Merge pull request #5552 from owncloud/admin-warninghomeexistsfix
...
Fixed user dir existence check when creating new user
12 years ago
Thomas Müller
a50e215c9e
Merge pull request #5537 from owncloud/autotest-syntaxhelp
...
Added syntax help for autotest.sh
12 years ago
Jenkins for ownCloud
119ecc6f34
[tx-robot] updated from transifex
12 years ago
Thomas Müller
9e9b2afe50
Merge pull request #5561 from owncloud/fix5401
...
local user backend shall search for both username and displayname, fixes...
12 years ago
Thomas Müller
5fca709e94
Merge pull request #5562 from owncloud/fix5560
...
Fix broken users page when a username consists of digits only, fixes #55...
12 years ago
Arthur Schiwon
3248b0e2be
Fix broken users page when a username consists of digits only, fixes #5560
12 years ago
Arthur Schiwon
466b6c1ee0
local user backend shall search for both username and displayname, fixes #5401
12 years ago
Vincent Petry
1ee4b680f6
Fixed user dir existence check when creating new user
...
The check was done too later. It turns out that createUser() had already
created the dir, which caused the warning message to be shown every
time.
12 years ago
Björn Schießle
e0f5fa9ea7
Merge pull request #5542 from owncloud/quotastream-fseektoendfix
...
Fixes for quota stream fseek
12 years ago
Vincent Petry
ebcd9ae628
Added comment for clarification about fseek() call in quota.php
12 years ago
Bart Visscher
b6c67c4c63
'Update to' is shown when there is no update
...
See #4716
12 years ago
Arthur Schiwon
81dbe7dab7
Port PR #5457 to master
12 years ago
Vincent Petry
c8df27de73
Fixed quota stream to not wrap read-only fopen calls
12 years ago
Vincent Petry
d8b245490b
Fixed quota stream's fseek method
...
- Added missing return statement
- Added missing support for SEEK_END
- Fixes #5524
12 years ago
Vincent Petry
7de1b3f28e
Added syntax help for autotest.sh
...
autotest.sh now checks for the validity of the db config name argument.
If the db config name is not known, it show syntax info.
This should save some time to people to understand how to use this
script. Before this fix, an invalid argument would return a big HTML
page in the output.
12 years ago
Donald Buczek
3fc232370e
make sure the shared ldap connection is rebound to the configured user after being used for password checking.
12 years ago
Thomas Müller
5fd1f552a3
Merge pull request #5532 from owncloud/ldap_fixes
...
Ldap fixes
12 years ago
Arthur Schiwon
c48157e3b8
LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518
12 years ago
Thomas Müller
3917d18980
Merge pull request #5528 from frisco82/changeUpadateNotification
...
Changed update message to be more instructive
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
Thomas Müller
54e9d8c306
Merge pull request #5507 from owncloud/webdav-removeredirectfromindex
...
Remove WebDAV redirect from the root path
12 years ago
Thomas Müller
222f1b8da2
Merge pull request #5494 from owncloud/fixing-3593-master
...
introducing new dav property {xmlns:oc="http://owncloud.org/ns }id
12 years ago
Arthur Schiwon
7fa418c81a
LDAP Wizard: always show correct Back+Continue Buttons, fixes #5520
12 years ago
Vincent Petry
a555e00e2c
Merge pull request #5512 from owncloud/css-fixleftcontentrightcontent
...
Fix leftcontent/right content, fixes contacts app
12 years ago
Vincent Petry
c3f62d983f
Removed old webdav endpoint
12 years ago
Thomas Müller
a22f12cfe0
- fixing namespace
...
- remove property only if present
12 years ago
Arthur Schiwon
20f46602bd
LDAP: when multiline values are passed as array, do not try to preg_split them. Fixes #5521
12 years ago
Arthur Schiwon
6284e95e2b
typo, fixes #5517
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
c186f33428
Remove WebDAV redirect from the root path
...
This will prevent people mounting the root path.
They should use the full webdav path instead.
Fixes #4923
12 years ago
Thomas Müller
808e9b0f51
Merge pull request #5402 from owncloud/fixing-5367-master
...
fixes chunked upload
12 years ago
Thomas Müller
db70b18c1d
Merge pull request #5496 from owncloud/prefer_png_from_theme_over_core_svg
...
prefer logo png from theme over svg from core
12 years ago
Thomas Müller
535bc7b664
Merge pull request #5477 from owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename
...
prevent user from creating or renaming sth. to an existing filename
12 years ago
Thomas Müller
291cdbdd98
Merge pull request #5497 from owncloud/ie8-placeholdershim
...
Ie8 placeholdershim
12 years ago
Thomas Müller
caa3a8d784
Merge pull request #5464 from owncloud/fixing-5456-master
...
Fixing 5456 master
12 years ago
Thomas Müller
30cf7fee11
Merge pull request #5492 from owncloud/admin-forcesslwrongid
...
Fixed wrong id when reading checkbox value for force SSL setting
12 years ago
Thomas Müller
e95ad29d90
Merge pull request #5435 from owncloud/share-improvements
...
Share improvements
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
Frank Karlitschek
c7621badf3
beta 1
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
Jörn Friedrich Dreyer
4991a7bd06
fix translations
12 years ago
Jan-Christoph Borchardt
a2e9c0f81a
better wording for share input field and share link
12 years ago
Thomas Müller
3d5e229ac5
Merge pull request #5442 from owncloud/extstorage-ignoreduplicateinserts
...
Ignore duplicate inserts in file cache and mime type
12 years ago