Bart Visscher
|
e8b69d45a3
|
Fixup use of OC_Helper::linkTo function
|
13 years ago |
Robin Appelman
|
24748ee10f
|
add convinience function to get filesystem view for app storage
|
13 years ago |
Frank Karlitschek
|
05f1fffddc
|
fix appstore download.
|
13 years ago |
Georg Ehrke
|
0c76884f98
|
add icon for log app
|
13 years ago |
Robin Appelman
|
36a2649e37
|
use admin icon for log menu enty untill we have a proper icon
|
13 years ago |
Robin Appelman
|
fbb126cdd9
|
save updated version number of apps after updating
|
13 years ago |
Michael Gapczynski
|
010bfa11e3
|
Fix updateApp() and add extra check to updateApps()
|
14 years ago |
Robin Appelman
|
fea68e08b4
|
update apps when their version number increases
|
14 years ago |
Frank Karlitschek
|
d485a70e7d
|
finish the application store feature so that users can download and install ownCloud apps from our website. there is still a small problem with write permissions. will look into this later
|
14 years ago |
Michael Gapczynski
|
7250dc4e98
|
Fix updateApp() and add extra check to updateApps()
|
14 years ago |
Robin Appelman
|
a8148fa94a
|
update apps when their version number increases
|
14 years ago |
Bart Visscher
|
0342b5fc43
|
Fix filename of log icon
|
14 years ago |
Tom Needham
|
dd7a411f9a
|
Disable save button while saving. Streamlined code.
|
14 years ago |
Jakob Sack
|
b3a73c78e8
|
Fix comments/documentation
|
14 years ago |
Robin Appelman
|
d9372ac766
|
make log level configurable
|
14 years ago |
Robin Appelman
|
820cd0fb75
|
provide a logging mechanism
|
14 years ago |
Borjan Tchakaloff
|
3388381deb
|
Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared folder and being logged-out.
The OC_App::navigation array contains by default only the help menu.
|
14 years ago |
Bart Visscher
|
82c7598861
|
Remove global vars and use the OC static version.
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
|
14 years ago |
Robin Appelman
|
391e064e67
|
allow apps to register form for the settings and admin pages
|
14 years ago |
Robin Appelman
|
af3080402b
|
fix installing shipped apps
|
14 years ago |
Jan-Christoph Borchardt
|
4a5ee765cf
|
merged admin, help and settings to settings
|
14 years ago |
Jan-Christoph Borchardt
|
99790d6805
|
lots of image changes, use svg EVERYWHERE POSSIBLE
|
14 years ago |
Frank Karlitschek
|
5b9f6b4001
|
hide the files admin page as long as we don have settings on the page
|
14 years ago |
Robin Appelman
|
1f1498ceca
|
remove Log completely
|
14 years ago |
Robin Appelman
|
cdf91b6b3e
|
work in new app management
|
14 years ago |
Robin Appelman
|
9059b55979
|
make more strings translatable
|
14 years ago |
Robin Appelman
|
7b38e5d7c7
|
apps can now add their own forms to the Personal page
|
14 years ago |
Robin Appelman
|
e6f6d3dabc
|
dont use a different navigation page for settings stuff
|
14 years ago |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
14 years ago |
Jakob Sack
|
2ff8d7a8bc
|
One class per file!
|
14 years ago |
Robin Appelman
|
d12d08e2f3
|
some more changes for navigation subentries
|
14 years ago |
Robin Appelman
|
fe47d51598
|
some refactoring for subnavigation code
|
14 years ago |
Robin Appelman
|
edec37b402
|
add OC_APP::getCurrentApp() to get the id of the active app
|
14 years ago |
Jakob Sack
|
272fc252fb
|
Activate "active" for subentries
|
14 years ago |
Robin Appelman
|
11dc3bb0e1
|
only load apps if they exist
|
14 years ago |
Kamil Domanski
|
6b2ec22104
|
allow disabling apps, install apps as disabled
|
14 years ago |
Kamil Domanski
|
1cab3ca92c
|
move installation of shipped apps to setup
|
14 years ago |
Robin Appelman
|
561c3a15f0
|
prevent some possible warnings if there are files in /apps
|
14 years ago |
Robin Appelman
|
c1d02fd166
|
install apps that are shipped with owncloud the first time they are loaded
|
14 years ago |
Robin Appelman
|
f4e4617be7
|
App installer backend.
Not yet attached to the gui
|
14 years ago |
Robin Appelman
|
915073f8ea
|
use simplexml instead of dom for OC_APP::getAppInfo()
|
14 years ago |
Robin Appelman
|
d10840ab18
|
moved app install/remove/update functions to lib/installer.php
added OC_APP::getAppInfo() for reading app metadata
|
14 years ago |
Jakob Sack
|
47223ae2d9
|
Working subnavigation
|
14 years ago |
Jakob Sack
|
c4287162c4
|
Some work on the fancy user management
|
14 years ago |
Robin Appelman
|
a16c6fb804
|
don't use items in an array that aren't there
|
14 years ago |
Jakob Sack
|
f2e37e0018
|
Completely removing personalMenu
|
14 years ago |
Jakob Sack
|
af1e48df80
|
Changes in the user experience
|
14 years ago |
Jakob Sack
|
683677b4f9
|
Support for navigation sub entries
|
14 years ago |
Robin Appelman
|
26841884af
|
move OC_DB to it's own file
|
14 years ago |
Robin Appelman
|
232654cb60
|
get rid of the oc_require and friends
|
14 years ago |