Thomas Mueller
5ff29b4348
fixing indent
12 years ago
davidgumberg
487e401361
Typo fix (comment) /lib/base.php
12 years ago
Bart Visscher
9ffd4197ae
Fix wrong word in comment
12 years ago
Björn Schießle
d2c5f9bec7
fix error message, add "appid" to the output to know which app caused the error if OC_App::getStorage() fails.
...
Port of approved patch for stable45: https://github.com/owncloud/core/pull/1222
12 years ago
Thomas Müller
0ed635240a
Merge pull request #1205 from owncloud/ocs_api
...
Return 401 headers when trying to access a restricted api call
12 years ago
Thomas Müller
5df57e4ada
Merge pull request #1181 from owncloud/return-503-in-maintenance
...
in case of maintenance the error page returns http status 503.
12 years ago
Jenkins for ownCloud
824fcf6624
[tx-robot] updated from transifex
12 years ago
TheSFReader
73522fe189
Add ebook specific mimetypes
12 years ago
TheSFReader
eb9cd0858e
Add ebook specific mimetypes
12 years ago
Bernhard Posselt
2b95ae1e6d
spaces to tabs
12 years ago
Bernhard Posselt
a8094abac7
load classpaths of apps before routes
12 years ago
tomneedham
b4954c0c89
Correct spelling of 'Authorization'
12 years ago
Frank Karlitschek
d85e440aa1
Merge pull request #1148 from seancomeau/topic/setup
...
Fix issue #108
12 years ago
Jenkins for ownCloud
433fa19268
[tx-robot] updated from transifex
12 years ago
Bart Visscher
d42214ef81
Merge pull request #1204 from Raydiation/master
...
Dont resize content div with javascript but use css box-sizing to do it
12 years ago
Tom Needham
358671ac1d
Fix incorrect indentation
12 years ago
Tom Needham
098c84a29c
Return 401 headers when authentication is required for the api call
12 years ago
Bernhard Posselt
b659072686
dont show horizontal scrollbar
12 years ago
Bernhard Posselt
b7f507b925
dont resize content div with javascript but use css box-sizing to do it
12 years ago
Bart Visscher
1d57a2e2a9
Merge pull request #1180 from owncloud/whitespace-cleanup
...
Whitespace cleanup
12 years ago
Bart Visscher
5bfe4adbaa
Whitespace cleanup
12 years ago
Bart Visscher
a8f963d9cf
Spaces to tabs
12 years ago
Jan-Christoph Borchardt
cb0fd30458
Merge pull request #1185 from owncloud/fixing-1162-master
...
handling proper display of files/folders with negative size
12 years ago
Björn Schießle
2b9c925a2b
Merge pull request #1192 from schiesbn/versioning_history_issue_1189
...
fix for issue #1186 , missing variables added
12 years ago
Björn Schießle
5935f6adff
Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
12 years ago
Björn Schießle
73c4d0faff
initialize $versionCreated
12 years ago
Björn Schießle
f71a5dec99
initialize
12 years ago
Thomas Müller
1f7bf57ece
Merge pull request #1195 from owncloud/cache_prepared
...
Cache prepared statements in OC_DB
12 years ago
Robin Appelman
f18fc1c510
Clear cached prepared statements when switching between mdb2 and pdo
12 years ago
Jenkins for ownCloud
0398bfffca
[tx-robot] updated from transifex
12 years ago
Thomas Müller
4668f8c86e
Merge pull request #1178 from owncloud/return_true_because_of_ponies
...
Remove uneeded return
12 years ago
Daniel Molkentin
65ef780ed6
Fix regression caused by 31b1a73e1f
12 years ago
Robin Appelman
a08490364d
Cache prepared statements in OC_DB
12 years ago
Bart Visscher
0da06187f6
Merge pull request #1187 from owncloud/fixing-unused-and-undefined-in-master
...
Fixing unused and undefined in master
12 years ago
Björn Schießle
b2a3a8d73b
Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
12 years ago
Björn Schießle
60d5d5f636
fix for issue #1186 , missing variables added
12 years ago
Björn Schießle
ef4e6f3d6c
fix for issue #1189 , missing variables added
12 years ago
blizzz
bb9cc227c2
Merge pull request #1087 from owncloud/ldap_multiple_dns
...
LDAP: ability to configure more than one base DN
12 years ago
Jenkins for ownCloud
fdd667a83c
[tx-robot] updated from transifex
12 years ago
Thomas Mueller
42678096bb
remove php closing tag
12 years ago
Thomas Mueller
388bb6a5e1
Merge branch 'master' into fixing-unused-and-undefined-in-master
12 years ago
Thomas Mueller
44e5c052b3
handling proper display of files/folders with negative size
...
refs #1162
12 years ago
Lukas Reschke
71ae41716a
Merge pull request #1182 from owncloud/sanitizeHTML-Clean
...
Expanded one line if statement - Trivial
12 years ago
Lukas Reschke
ab287d2ba4
Move { to same line
12 years ago
Lukas Reschke
c845e75693
Expand if to multiple lines
...
Oneliners are ugly.
12 years ago
Bart Visscher
53ca0db434
Merge pull request #1177 from owncloud/OC_User--isAdminUser()
...
Check if user is admin - bool
12 years ago
Thomas Mueller
31ce320c52
in case of maintenance the error page returns http status 503.
...
This is necessary to enable the desktop sync client to react properly.
Currently the SabreDAV plugin OC_Connector_Sabre_MaintenancePlugin is not executed because this error page is returned before the SabreDAV code is executed
12 years ago
Lukas Reschke
eab6d7eb23
Enhanced auth is totally unmaintained and broken
...
Let's remove it, it's also not secure anymore with the introduction of
our API etc...
(And doesn't work with ldap etc…)
12 years ago
Sean Comeau
0132a0b2cf
Rename TestException to DatabaseSetupException
12 years ago
Bart Visscher
8b2307ce4b
Merge pull request #1172 from owncloud/isSubDirectory
...
Simplify the isSubDirectory() function
12 years ago