Joas Schilling
532bcf40b3
Allow autocomplete for test file in autotest.sh
11 years ago
Thomas Müller
e61f24f2aa
Merge pull request #12651 from owncloud/add-requesttoken-to-base-template
Add requesttoken to base template
11 years ago
Thomas Müller
5609d421cd
Merge pull request #12672 from LEDfan/cm-per-unit
Fix Contactsmanager permission + unit test
11 years ago
Thomas Müller
9ca8b864e2
Merge pull request #12708 from owncloud/l10nsaved
translated saved message in files external
11 years ago
Lukas Reschke
17f85ec5a9
Merge pull request #12688 from owncloud/rename-alt
introduce alt text for rename icon - fixes #12067
11 years ago
Lukas Reschke
3566edbcec
Merge pull request #12715 from owncloud/fix-broken-personal-page
remove duplicate loaded personal.js - fixes #12674
11 years ago
Morris Jobke
4d2573bff7
Merge pull request #12709 from owncloud/fix-11955
Skip headers that can not be split
11 years ago
Thomas Müller
c36bac3abd
Merge pull request #12406 from owncloud/drop-getApps-getUsers
Config cleanup - OC_Preferences refactoring
11 years ago
Morris Jobke
b9fab7441c
remove duplicate loaded personal.js - fixes #12674
11 years ago
Jenkins for ownCloud
8f8f9deb66
[tx-robot] updated from transifex
11 years ago
Lukas Reschke
25a87d4058
Merge pull request #12577 from owncloud/public-mount-api
Add a public api for apps to add mounts
11 years ago
Morris Jobke
9a7362dd0d
drop unused isDebugMode and setDebugMode of OC_Config
11 years ago
Morris Jobke
0d4f0ab871
reduce OC_Preferences, OC_Config and \OCP\Config usage
* files_encryption
* files_versions
* files_trashbin
* tests
* status.php
* core
* server container
11 years ago
Morris Jobke
2d5fc9c1a6
Workaround to fix the too early init dilemma
* this needs to be properly fixed by a proper organisation of the base.php
* introduced fixDIInit() in AllConfig that moves the injection
of DatabaseConnection to a later point in time
* problems mostly because of the autoconfig setup
11 years ago
Morris Jobke
af91ee97c9
introduce preCondition for setUserValue to provide atomic check-and-update
11 years ago
Morris Jobke
f0b10324ca
Refactoring of OC_Preferences to AllConfig
* keep old static methods - mapped to new ones and deprecated
* removed deleteApp, getUsers, getApps because they are unused
* make AllConfig unit tests more robust against not cleaned up environments
11 years ago
Morris Jobke
f164161f69
fix base.php for not installed systems
11 years ago
Morris Jobke
a9e411e076
migrate \OC\AllConfig to \OCP\IConfig
11 years ago
Morris Jobke
719008836d
introduce deleteAllUserValues
11 years ago
Morris Jobke
985b15f770
introduce proper interface for deleteAppValue
11 years ago
Morris Jobke
b01c59b224
use old methods and redirect in deprecated methods
11 years ago
Morris Jobke
d6da627eb4
@deprecated messages for \OCP\Config and \OCP\AppConfig
11 years ago
Morris Jobke
50c2a819a0
Extract interaction with config.php into SystemConfig
* introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;))
* use DI container and use that method in legacy code paths (for easier refactoring later)
* create and use getSystemConfig instead of query() in DI container
11 years ago
Victor Dubiniuk
adc7135429
Skip headers that can not be split
11 years ago
Volkan Gezer
26645c072a
translated saved message in files external
11 years ago
Lukas Reschke
f219f5a7a6
Merge pull request #12618 from owncloud/initial-work-migrate-to-appframework
Add REST route for managing groups and users
11 years ago
Lukas Reschke
de3ead5ab9
Merge pull request #12704 from owncloud/fix-12647-2
preserve an asterisk at the start when escaping a search term
11 years ago
Arthur Schiwon
0577bb569a
add doc
11 years ago
Arthur Schiwon
45443ee28c
preserve an asterisk at the start when escaping a search term
11 years ago
Joas Schilling
1fcbd652d8
Merge pull request #12621 from owncloud/add-right-margin
Add right margin to codestyle file
11 years ago
Lukas Reschke
c23957811d
React on other statuscodes than 200
11 years ago
Robin Appelman
baf5c44bec
Merge pull request #12696 from owncloud/trashbin-selected-delete
Fix deleting selected files in the trashbin
11 years ago
Morris Jobke
1bfa405a93
introduce alt text for rename icon - fixes #12067
11 years ago
Lukas Reschke
5f43809ace
Merge branch 'initial-work-migrate-to-appframework' of https://github.com/owncloud/core into initial-work-migrate-to-appframework
11 years ago
Lukas Reschke
8b3e389062
Add statuscodes
11 years ago
Lukas Reschke
3a49411051
Fix url
11 years ago
Robin Appelman
b2d4e53f66
Fix deleting selected files in the trashbin
11 years ago
Morris Jobke
eac0131d5a
fix updated URL schema in JS unit tests
11 years ago
Morris Jobke
1362c0b67a
Merge pull request #12452 from owncloud/server2server-ng-ocs
OCS API for server-to-server sharing
11 years ago
LEDfan
94a176d4e8
Remove config file
11 years ago
LEDfan
3d11e091d9
Mock interface
11 years ago
Morris Jobke
2ec4ca38d2
Merge pull request #12691 from owncloud/i-shall-improve-my-grep-skills
Remove unexisting `htAccessWorkinght`
11 years ago
Lukas Reschke
fe7d9a7ca0
Add REST route for user & group management
First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
11 years ago
Lukas Reschke
d3188159d2
Merge pull request #12394 from owncloud/files-fileactionsimprovements
Improve FileActions JS to allow for custom rendering
11 years ago
Lukas Reschke
8b9cc5c25b
Remove unexisting `htAccessWorkinght`
Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills.
11 years ago
Morris Jobke
e6908f8b89
Merge pull request #12657 from owncloud/ajaxify-htaccess-check
Check for working .htaccess via AJAX
11 years ago
Jenkins for ownCloud
2784d580bd
[tx-robot] updated from transifex
11 years ago
Olivier Paroz
7917d3b068
Remove changes which were inadvertently pushed to master
11 years ago
Olivier Paroz
d9c0be8785
Dump Arrays, Objects and Exceptions to the log
This is a first draft. It has only been tested with the ownlcloud logger.
Some internal fields are JSON encoded several times which makes it harder to read.
Most of the normalizer is borrowed from Monolog
https://github.com/Seldaek/monolog/blob/master/src/Monolog/Formatter/NormalizerFormatter.php
11 years ago
Lukas Reschke
e4255e9d54
Merge pull request #12644 from owncloud/add-hack-for-config
Create config if it does not exists
11 years ago