Thomas Müller
735752f232
Merge pull request #5816 from Wikinaut/patch-1
...
Update config.sample.php
12 years ago
Bjoern Schiessle
9f10f15fd4
fixing tests for the new part file handling
12 years ago
Wikinaut
63952aaeab
Update config.sample.php
...
/* Enable maintenance mode to disable ownCloud
If you want to prevent users to login to ownCloud before you start doing some maintenance work,
you need to set the value of the maintenance parameter to true.
Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly.
*/
12 years ago
Arthur Schiwon
5c31440dcd
Disabled textareas should look like they are disabled
12 years ago
Arthur Schiwon
550f2d0089
LDAP Wizard: make UI behaviour more consistent and more pleasant when determining Base DN
12 years ago
Arthur Schiwon
082357a670
LDAP Wizard: remove ugly whitespace where it should not be
12 years ago
Morris Jobke
913cde816f
Fix spacing issue for checkboxes, vertically center checkboxes on personal page
12 years ago
Bart Visscher
dcca887f18
Don't set a default value when there isn't a default specified
12 years ago
Robin Appelman
a2015ee065
Use View::copy and View::rename when copying or renaming files in the shared storage
12 years ago
Bart Visscher
c5cd0b2d26
Add some more indexes to tables to improve db queries
12 years ago
Bjoern Schiessle
802213f7ec
let encryption app detect transfer id in path and handle it correctly
12 years ago
Bjoern Schiessle
68f3f2e691
make it possible to detect transferID part
12 years ago
Morris Jobke
808634ac00
Merge pull request #5804 from owncloud/files-selectionsummary
...
Selection summary is now displayed properly
12 years ago
Vincent Petry
e285e84e18
Selection summary is now displayed properly
...
Fixes #5775
12 years ago
Vincent Petry
99ee95d46c
Added missing escaping
12 years ago
Morris Jobke
da20fb7922
Merge pull request #5707 from owncloud/fixwrongfilesizeintests
...
Fixed filesize issue in watchr test
12 years ago
Morris Jobke
43230f11f6
Merge pull request #5769 from owncloud/files-changedirjsevent
...
Added JS event for when the user changes the directory
12 years ago
Arthur Schiwon
da61c6ef72
LDAP Wizard: determine port without credentials. don't hide the port input field
12 years ago
Morris Jobke
55331479cd
Merge pull request #5701 from owncloud/sharing-updateownerfoldersizes
...
Fixed watcher to also update the owner's folder sizes
12 years ago
Arthur Schiwon
ea9f392f4e
LDAP Wizard: improve check for Agent DN and Credentials
12 years ago
Jenkins for ownCloud
e431ba5ce8
[tx-robot] updated from transifex
12 years ago
Oliver Gasser
b278356eb9
DB: Set correct default value for numeric types
...
Set 0 as default value for columns with numeric data type instead of the
empty string ''. Otherwise the database complains about an invalid
default value for this column.
To reproduce put the following in your ````appinfo/database.xml````:
````
<field>
<name>modified</name>
<type>decimal</type>
<default/>
<notnull>true</notnull>
<length>15</length>
</field>
````
See owncloud/mozilla_sync#14
12 years ago
Vincent Petry
df288605d4
Fixed undefined variable error when using avconv
12 years ago
Thomas Müller
841c622085
Merge pull request #5687 from owncloud/fixing-5659-master
...
display the exception instead of meaningless message
12 years ago
Thomas Müller
a8f6a2446c
Merge pull request #5759 from owncloud/fixing-5757-master
...
adding proper htaccess commands for Apache 2.4
12 years ago
Jenkins for ownCloud
3428c03b80
[tx-robot] updated from transifex
12 years ago
Thomas Müller
deafac9273
Merge pull request #5763 from owncloud/fixing-sharing-ocs-api-master
...
the filesystem has to be initialized once we know the user
12 years ago
Arthur Schiwon
58aad1096f
LDAP Wizard: keep Base DN always visible
12 years ago
Thomas Müller
b5e013973b
implementing solution using <ifModule mod_authz_core>
12 years ago
Jan-Christoph Borchardt
edcf1912b9
Merge pull request #5762 from owncloud/files-uploaderrordelay
...
Increased upload error delay to 10 seconds
12 years ago
Bart Visscher
a6d8854d2a
Make working en_US.UTF-8 locale a hard requirement
12 years ago
Vincent Petry
4998faf343
Added JS event for when the user changes the directory
...
This enables apps to detect directory changes which might be caused by
the user using the browser back button.
12 years ago
Vincent Petry
4b5083e3ca
Fixed the rebellous space, replaced with a tab
12 years ago
Vincent Petry
0c6af55112
Added ffmpeg fallback when avconv is not available
...
On some distros, avconv isn't available yet.
This fix adds a fallback to ffmpeg.
When none is found, no error message is displayed in the console any
more.
Fixes #5745
Also, this now uses exec() instead of shell_exec() to be able to get the
return code.
The binary path found with "which" is now used to prevent further FS
binary lookup when running the commands.
Moved the "-ss" parameter before "-i" for ffmpeg.
12 years ago
Thomas Müller
f93dcc5d77
the filesystem has to be initialized once we know the user
12 years ago
Vincent Petry
c16fbbf386
Increased upload error delay to 10 seconds
...
Fixes #5662
Also made it use OC.Notification instead of directly access the
notification HTML element.
12 years ago
Thomas Müller
9c8b1e1775
adding proper htaccess commands for Apache 2.4
12 years ago
Morris Jobke
4459d964d6
Merge pull request #5747 from owncloud/scanner-post-hooks
...
Add post hooks for filesystem scanner
12 years ago
Vincent Petry
013444813e
Now removing stray old cookies from 5.0.12
...
Cookies from 5.0.12 seemed to have an extra slash in the path.
Firefox doesn't allow to remove them if the trailing slash isn't
there,
thus making it impossible to logout correctly.
This fix adds extra code to delete such stray cookies.
Ported from stable5 branch 99e5c6f7eb
12 years ago
Robin Appelman
d6845babd6
Add post hooks for filesystem scanner
12 years ago
Morris Jobke
3e916a9f1d
Merge pull request #5737 from owncloud/files-totaldirsnotfoundfix
...
Fixed totalDirs JS error
12 years ago
kondou
bcd776b0c0
Fix a regression (Tags→TagManager)
12 years ago
kondou
4ac05e071a
Remove duplicate getAvatarManager()
12 years ago
kondou
507325dd50
Add public API for \OC\Avatar
12 years ago
blizzz
0b1749e581
Merge pull request #5682 from owncloud/fix5585
...
LDAP: make buttons on Expert page work again, fixes #5585
12 years ago
Vincent Petry
bdc75e497b
Fixed totalDirs JS error
12 years ago
Jenkins for ownCloud
263603aa4c
[tx-robot] updated from transifex
12 years ago
Frank Karlitschek
b9aec16037
ownCloud 6 beta 3
12 years ago
Morris Jobke
a0ee6aef29
Merge pull request #5399 from frisco82/fixDownloadOverQuota
...
Do not count the size of shared folder on total
12 years ago
Vincent Petry
f2eef69047
Merge pull request #5718 from owncloud/fixLdapBgJob
...
LDAP: resolve namespace harakiri, fixes background job
12 years ago