Robin Appelman
|
856d9c0b54
|
some indention fixes
|
2012-07-24 00:39:59 +02:00 |
Robin Appelman
|
48306a3c4f
|
fix unused variables
|
2012-07-20 17:58:05 +02:00 |
Robin Appelman
|
b45d3ced79
|
fix remote and public.php
|
2012-07-13 22:44:35 +02:00 |
Bart Visscher
|
1ccbbfad53
|
Spelling fix
|
2012-06-28 22:11:04 +02:00 |
Bart Visscher
|
bf09edcbf1
|
Remember the app root information.
|
2012-06-28 22:11:04 +02:00 |
Bart Visscher
|
2d8a380a21
|
Fix recursion when running an update script
|
2012-06-27 14:56:34 +02:00 |
Bart Visscher
|
dab58f3464
|
Cache result of OC_App::getAppVersions
|
2012-06-27 01:05:12 +02:00 |
Bart Visscher
|
2f0b4983e9
|
Move app upgrade check to loading of apps
|
2012-06-27 01:05:12 +02:00 |
Thomas Tanghus
|
b182e6c86a
|
Trim trailing whitespace from version.
|
2012-06-24 15:07:44 +02:00 |
Brice Maron
|
d39d7fb9ff
|
Remove references to /apps/ and correct inclusion of settings
|
2012-06-22 22:05:39 +00:00 |
Thomas Mueller
|
ba2d203a54
|
some path fixes for multi-dir app
|
2012-06-22 09:56:54 +02:00 |
Brice Maron
|
f46623da6c
|
Do not search apps if oc is not yet installed
|
2012-06-21 21:29:18 +00:00 |
Brice Maron
|
e5c56b2433
|
Merge branch 'master' into multi_app_dir
Conflicts:
lib/app.php
lib/base.php
lib/minimizer/css.php
lib/minimizer/js.php
lib/template.php
lib/util.php
|
2012-06-21 17:15:35 +00:00 |
Bart Visscher
|
6e9cd63fa1
|
Only check for apps owncloud version requirment when there is a new owncloud version
|
2012-06-16 20:52:10 +02:00 |
Bart Visscher
|
2b228fba34
|
Load app before running update script
|
2012-06-15 11:18:44 +02:00 |
Brice Maron
|
4753cc3ebd
|
Merge branch 'master' into multi_app_dir
Conflicts:
apps/bookmarks/ajax/addBookmark.php
config/config.sample.php
lib/app.php
remote.php
|
2012-06-14 21:16:59 +00:00 |
Brice Maron
|
6da5a2fdd4
|
Add possibility to choose the installation folder
|
2012-06-14 21:00:02 +00:00 |
Bart Visscher
|
ac36512102
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +02:00 |
Brice Maron
|
9ec68c819b
|
Change parameter 'web' to 'url' and take array of array in config instead of : separated values
|
2012-06-07 20:36:55 +00:00 |
Bart Visscher
|
4260dce826
|
Better handling of core.css and core.js
Fixes calling remote.php on install.
Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933
|
2012-06-07 21:35:40 +02:00 |
Brice Maron
|
6a812644e4
|
Correct remote and public, and last occurence of OC::
|
2012-06-06 20:24:15 +00:00 |
Brice Maron
|
cc494259d3
|
Unit path and webpath, correct some more
|
2012-06-06 20:24:15 +00:00 |
Brice Maron
|
b6c5ca126b
|
First almost working version
|
2012-06-06 20:23:17 +00:00 |
Bart Visscher
|
4a5973662c
|
Merge branch 'unstable'
Conflicts:
apps/files_external/tests/config.php
apps/files_versions/ajax/getVersions.php
apps/files_versions/appinfo/app.php
apps/files_versions/history.php
apps/files_versions/js/versions.js
apps/files_versions/templates/history.php
apps/files_versions/versions.php
lib/base.php
|
2012-06-04 23:02:05 +02:00 |
Arthur Schiwon
|
b0d83d6d8d
|
make it possible to load apps seperately. needed to fix oc-910 without breaking oc-863
|
2012-06-04 21:40:18 +02:00 |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
2012-05-31 13:01:30 +02:00 |
Frank Karlitschek
|
982cde0bb1
|
check during ownCloud upgrade if all the installed apps are compatible with the new ownCloud version. Disable them if not
|
2012-05-26 20:37:10 +02:00 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
Frank Karlitschek
|
dfd5a9759c
|
only enable compatible apps
|
2012-05-25 11:31:46 +02:00 |
Florian Hülsmann
|
d2e2a2b2c0
|
prevent apps from printing output from app.php
|
2012-05-22 13:10:42 +02:00 |
Robin Appelman
|
cb23bae8d9
|
dont throw errors when apps dont have types configured
|
2012-05-20 18:52:03 +02:00 |
Robin Appelman
|
f00b57f8be
|
files app is always enabled
|
2012-05-20 18:52:03 +02:00 |
Robin Appelman
|
a2cc772aa5
|
dont run update scripts for apps that arent enabled
|
2012-05-19 02:00:46 +02:00 |
Robin Appelman
|
b096fd9ed8
|
log upgrades
|
2012-05-19 01:55:20 +02:00 |
Bart Visscher
|
ce1e4425c2
|
Combine and minimize core and default app js files
|
2012-05-16 18:53:46 +02:00 |
Bart Visscher
|
f71fec8cdc
|
Combine and minimize core and default app css files
|
2012-05-16 18:53:46 +02:00 |
Bart Visscher
|
b39f01fce6
|
Comment spelling fix
|
2012-05-16 18:52:40 +02:00 |
Robin Appelman
|
6779f28af4
|
cache app types during install or update
|
2012-05-14 22:49:31 +02:00 |
Robin Appelman
|
e7c106d91e
|
selective app loading for remote/public
|
2012-05-14 00:28:28 +02:00 |
Robin Appelman
|
736739bbbd
|
load remote and public paths from info.xml during upgrade instead of setting them every time
|
2012-05-11 20:33:56 +02:00 |
Bart Visscher
|
f991948a71
|
Fix loading by apptype in webdav
|
2012-05-05 21:58:10 +02:00 |
Robin Appelman
|
9e03ea4a28
|
ensure the files app is always loaded
|
2012-05-03 20:47:18 +02:00 |
Arthur Schiwon
|
6750998984
|
files is not internal any more, part II
|
2012-05-02 11:26:22 +02:00 |
Arthur Schiwon
|
d71600213a
|
files is not internal any more
|
2012-05-02 11:14:11 +02:00 |
Frank Karlitschek
|
04c6582af1
|
load the files app in a way that doesn´t break oC3 configurations
|
2012-04-30 13:58:48 +02:00 |
Thomas Mueller
|
07f2e316e4
|
removing executable bit from various files
|
2012-04-30 12:05:57 +02:00 |
Frank Karlitschek
|
c7e7767f58
|
don´t hardcode files app. we have no a standard info.xml in files
|
2012-04-29 21:27:02 +02:00 |
Thomas Tanghus
|
6848b069c9
|
OC_App::getStorage() failed if app dir didn't exist.
|
2012-04-24 01:44:07 +02:00 |
Robin Appelman
|
5720bd296d
|
merge log into admin
|
2012-04-16 12:21:48 +02:00 |
Bartek Przybylski
|
f241615693
|
fix getAppVersion error
|
2012-04-15 00:05:28 +02:00 |