Robin Appelman
232cc3211b
add oc:// streamwrapper to provide access to ownCloud's virtual filesystem
12 years ago
Robin Appelman
c9c919da57
Move streamwrappers to seperate files and put them in a namespace
12 years ago
Thomas Mueller
2cc77759aa
lookup for OCA classes in all apps folders
12 years ago
Lukas Reschke
dbc13cf6ee
Move update inline JS
12 years ago
Lukas Reschke
7f49d35930
Move checkMaintenance and checkUpgrade
...
This is needed to ensure that the routing and linkTo() function for CSP
are available.
12 years ago
Lukas Reschke
0d2a58bc5d
Initialize router also if ownCloud isn't installed
12 years ago
Thomas Mueller
b4c3dd84b4
update to jquery-ui 1.10.0
12 years ago
Lukas Reschke
8ca78fcf3f
Move requesttoken to oc-requesttoken.js
12 years ago
davidgumberg
487e401361
Typo fix (comment) /lib/base.php
12 years ago
Bernhard Posselt
2b95ae1e6d
spaces to tabs
12 years ago
Bernhard Posselt
a8094abac7
load classpaths of apps before routes
12 years ago
Bart Visscher
a8f963d9cf
Spaces to tabs
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
Robin Appelman
0ca5047da5
Autoload namespaced test classes
12 years ago
Michael Gapczynski
a94405b4e4
Only show the version updating to instead of worrying about converting internal to a formatted version
12 years ago
Michael Gapczynski
f2e6df807d
Add back check if installed around background jobs
12 years ago
Michael Gapczynski
7505837079
Basic update progress of database update only
12 years ago
Michael Gapczynski
a52aa69ffe
Rearrange code to prepare for updater feedback
12 years ago
Michael Gapczynski
ce443818d4
Check if oc_token cookie exists before trying to use it
12 years ago
Thomas Müller
7d811e57e6
setting the timezone is now part of the login process and true part of the core.
12 years ago
Frank Karlitschek
196f1c3786
add a check and a warning if setlocale is working
12 years ago
Thomas Mueller
b8b64d6ffc
set the session name to the instance id - which is unique
...
Conflicts:
lib/base.php
12 years ago
Sam Tuke
31cbb5a09f
Reverted temporary changes to core lib files
12 years ago
Thomas Tanghus
af12b0f5da
Autoload classes with 'OC' namespace prefix.
12 years ago
Sam Tuke
aabef796a0
Added library phpseclib
...
First implementation of passphrase changing on user pwd change
12 years ago
Bart Visscher
dc8b22485e
Change to use 3rdparty version
12 years ago
Thomas Mueller
e65abb8054
minified version no longer available
12 years ago
Bart Visscher
8ce3aca331
Move loading of all the apps to setting the active navigation entry.
...
We can't do the loading before matching the route, because some routes
need to do the loading after matching of the route. For example the
navigation detection of the app settings page.
12 years ago
Bart Visscher
8bed38c78d
Rename install hook functions to register hook
13 years ago
Bernhard Posselt
e642d18e26
When using routing in apps, no apps are loaded in the left navigation tree. To fix this: load apps for matching a request
13 years ago
Bart Visscher
530f3f8be9
Create functions to install standard hooks
...
Also use these in tests that needs them
Fix #151
13 years ago
Thomas Tanghus
7f0c69eb0e
Added CRUDS permissions to the OCP namespace. Implements issue #345
13 years ago
Stefan Seidel
8f669880bc
Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_fcgid installs.
13 years ago
Felix Moeller
a4b2ea586d
Style: Remove all the dangling white spaces
13 years ago
Felix Moeller
27ab0357ae
Checkstyle: Fix last six NewlineBeforeOpenBrace
13 years ago
Felix Moeller
30d7993e01
Checkstyle fixes: NoSpaceAfterComma
13 years ago
Lukas Reschke
d2e842fcc9
Remove uneeded new line
13 years ago
Lukas Reschke
822e4d5f6c
Check for redirect_url for logged in users
...
This checks if there is a redirect_url for logged in users
13 years ago
Lukas Reschke
81f019b6c5
Make the redirect_url working again
...
Fixes #160
13 years ago
Lukas Reschke
7a7f12a0c1
Create only one CSRF token per session
...
Before, the CSRF token expired every hour. We had a script in place
which should refresh the token but this don't worked in every case.
(Laptop sleeping etc.)
With this commit, the token will only get once created for every
session so that the "Token expired" warning shouldn't appear.
13 years ago
Bart Visscher
6d09752940
DRY for creating htaccess to protect data-directory
13 years ago
Bart Visscher
246d7ea2ea
Separate control code from class definition
13 years ago
Lukas Reschke
f6b6780072
Don't use OC_Setup as it will show up the installer
13 years ago
Lukas Reschke
6903475841
Generate .htaccess when upgrading from old versions
...
When upgrading from old ownCloud versions like 2.x the .htaccess is not
generated - which exposes the data to the internet. This fix will
generate a .htaccess when upgrading. (And no one exists)
Fixes #127
13 years ago
Bart Visscher
fecfeac55d
Fix introduced style errors
13 years ago
Bart Visscher
43e8293d9c
Change Symfony/Component/Routing from submodule to composer fetching
13 years ago
Felix Moeller
6a00a6b9ed
Make Jenkins more happy.
...
This is NoSpaceAfterComma
13 years ago
Sam Tuke
265f3654af
all unit files_encryption crypt unit tests now passing after merge
13 years ago
Susinthiran Sithamparanathan
b2b84f3a6f
Update Sabre to version 1.7.1
13 years ago
Lukas Reschke
de7b46c66a
Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled
...
set_magic_quotes_runtime gives a PHP warning
13 years ago