Frank Karlitschek
|
7504fc0aef
|
switch code checker on by default. apps are not allowed to access some of the internal classes where we have a public api for now
|
12 years ago |
Frank Karlitschek
|
385a296864
|
one tab less
|
12 years ago |
Frank Karlitschek
|
e5994f9c1a
|
fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485
|
12 years ago |
Morris Jobke
|
78971c61e6
|
update documentation for app update
|
12 years ago |
Bart Visscher
|
b6c67c4c63
|
'Update to' is shown when there is no update
See #4716
|
12 years ago |
Bart Visscher
|
310c8400df
|
When updating an appstore app, execute a database update
See #5202
|
12 years ago |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
12 years ago |
Arthur Schiwon
|
ec3639dc7a
|
Always check variable type before using readdir to avoid surprises
|
12 years ago |
kondou
|
8d8a57de7f
|
Continue work on cropper
|
12 years ago |
kondou
|
fac671b14e
|
Modularize get(), async getAvatar, avatars @ usermgmt
And other small improvements
|
12 years ago |
Robin Appelman
|
c5402f4575
|
use strict equals in readdir loops to prevent issues with '0' files
|
12 years ago |
kondou
|
9f4bd7cb47
|
Don't use an alert for displaying app-mgmt-errors
Rather display a dominant div and mark the problematic app in the applist.
Fix #305
|
12 years ago |
kondou
|
b24b208dce
|
Throw exceptions instead of only logging in \OC_Installer::installApp()
|
12 years ago |
Bart Visscher
|
a22940d3cd
|
Add OC_L10N to public api
|
12 years ago |
Bart Visscher
|
9379cbf602
|
Add OC_Image to public api
|
12 years ago |
Bart Visscher
|
854da1d9ca
|
Add classes replaced by the public api to the code checker
|
12 years ago |
Miquel Rodríguez Telep / Michael Rodríguez-Torrent
|
8dd7fa8507
|
Use isAppVersionCompatible in app installer
|
12 years ago |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
12 years ago |
Bart Visscher
|
5c4a804ddb
|
Fix SpaceBeforeOpenBrace errors
|
12 years ago |
Frank Karlitschek
|
f7d281af67
|
just return "true" for now
|
12 years ago |
Thomas Mueller
|
e8b423f666
|
style fixes
|
12 years ago |
Frank Karlitschek
|
5112dac102
|
remove spaces
|
12 years ago |
root
|
3fa4b3abff
|
apps updater is now working
|
12 years ago |
Frank Karlitschek
|
a27f92a17a
|
we are getting closer. updating is not working yet.
|
12 years ago |
Felix Moeller
|
0e70ea9d8b
|
Checkstyle: Fix the last 25 NoSpaceAfterComma
|
13 years ago |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
13 years ago |
Felix Moeller
|
afadf93d31
|
Checkstyle: many fixes
|
13 years ago |
Felix Moeller
|
b7a02f0c93
|
NoSpaceAfterComma
first in new branch
|
13 years ago |
Felix Moeller
|
e73b817a38
|
Checkstyle: NoSpaceAfterComma
|
13 years ago |
Felix Moeller
|
03581ef463
|
Correct a first issue Checkstyle is complaining about ...
This is BracketsNotRequired
|
13 years ago |
Sam Tuke
|
8b01286a5d
|
Merged branch 'master'
|
13 years ago |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
13 years ago |
Thomas Tanghus
|
cc445e4e47
|
Small changes to allow updating main menu dynamically.
|
13 years ago |
Thomas Tanghus
|
3b37181550
|
Use correct variable name.
|
13 years ago |
Robin Appelman
|
856d9c0b54
|
some indention fixes
|
13 years ago |
Frank Karlitschek
|
2c1c1ba88c
|
close only if exist
|
13 years ago |
Frank Karlitschek
|
a8868fa007
|
work with non existing apps directory. thanks toAntonio for the hint
|
13 years ago |
Frank Karlitschek
|
7c5ff900d0
|
work with non existing apps directory. thanks to Antonio for the hint
|
13 years ago |
Bart Visscher
|
cff1b6e699
|
Don't use substr to get first char of string
|
13 years ago |
Brice Maron
|
6da5a2fdd4
|
Add possibility to choose the installation folder
|
13 years ago |
Bart Visscher
|
ac36512102
|
Don't use substr to get first char of string
|
13 years ago |
Brice Maron
|
6a812644e4
|
Correct remote and public, and last occurence of OC::
|
13 years ago |
Brice Maron
|
6832aec60f
|
Correct installer
|
13 years ago |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
13 years ago |
Frank Karlitschek
|
16224e5e8b
|
"fopen(" interferes with our own classes.
remove it for now and let´s fix this later
|
13 years ago |
Frank Karlitschek
|
db77dc91bc
|
only try to install apps that are compatible with oC4
|
13 years ago |
Robin Appelman
|
6779f28af4
|
cache app types during install or update
|
13 years ago |
Robin Appelman
|
847832ae77
|
also set remote/public paths on installing apps
|
13 years ago |
Robin Appelman
|
09a5c59cca
|
only install shipped apps on setup that should be enabled by default
|
13 years ago |
Frank Karlitschek
|
a86d89f5ca
|
Add a static code checker for evil patterns in apps.
Disabled by default for now.
We will check for private api calls here later once the public api is in place
|
13 years ago |