]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoAdd test for user without backend
Lukas Reschke [Fri, 12 Dec 2014 11:39:31 +0000 (12:39 +0100)]
Add test for user without backend

9 years agoUse public interface
Lukas Reschke [Thu, 11 Dec 2014 11:29:58 +0000 (12:29 +0100)]
Use public interface

9 years agoBreak loop
Lukas Reschke [Thu, 11 Dec 2014 11:29:53 +0000 (12:29 +0100)]
Break loop

9 years agoAdd filter for 'backend' to user REST route
Lukas Reschke [Tue, 9 Dec 2014 17:36:40 +0000 (18:36 +0100)]
Add filter for 'backend' to user REST route

This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620

For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well)

Depends upon https://github.com/owncloud/core/pull/12711

9 years agoMerge pull request #12711 from owncloud/add-backend-to-rest-index
Lukas Reschke [Wed, 10 Dec 2014 10:56:45 +0000 (11:56 +0100)]
Merge pull request #12711 from owncloud/add-backend-to-rest-index

Expose backend type via REST API

9 years agoMerge pull request #12737 from owncloud/fix-missing-nl-phpstorm
Thomas Müller [Wed, 10 Dec 2014 10:54:29 +0000 (11:54 +0100)]
Merge pull request #12737 from owncloud/fix-missing-nl-phpstorm

Add newline that was removed by 15be763d46d56c57d4f0def7745bb02d513e3a38

9 years agoAdd newline that was removed by 15be763d46d56c57d4f0def7745bb02d513e3a38
Joas Schilling [Wed, 10 Dec 2014 08:38:32 +0000 (09:38 +0100)]
Add newline that was removed by 15be763d46d56c57d4f0def7745bb02d513e3a38

9 years agoMerge pull request #12090 from AdamWill/google-rename-delete
Morris Jobke [Wed, 10 Dec 2014 08:10:17 +0000 (09:10 +0100)]
Merge pull request #12090 from AdamWill/google-rename-delete

google: delete original after successful rename

9 years agoMerge pull request #12549 from owncloud/shared-cache-non-existing
Morris Jobke [Wed, 10 Dec 2014 07:49:40 +0000 (08:49 +0100)]
Merge pull request #12549 from owncloud/shared-cache-non-existing

Dont return cached date in shared cache when the file doesn't exist

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 10 Dec 2014 06:55:34 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12664 from owncloud/fix-12164
Thomas Müller [Wed, 10 Dec 2014 04:42:08 +0000 (05:42 +0100)]
Merge pull request #12664 from owncloud/fix-12164

Use httphelper and cache response even when it is empty

9 years agoRemove leftover
Victor Dubiniuk [Tue, 9 Dec 2014 23:21:10 +0000 (02:21 +0300)]
Remove leftover

9 years agoInject config
Victor Dubiniuk [Tue, 9 Dec 2014 22:13:38 +0000 (01:13 +0300)]
Inject config

9 years agoMerge pull request #12695 from owncloud/db-drop-table
Morris Jobke [Tue, 9 Dec 2014 17:40:56 +0000 (18:40 +0100)]
Merge pull request #12695 from owncloud/db-drop-table

Add dropTable to IDBConnection

9 years agoQuote identifiers for oracle
Robin Appelman [Tue, 9 Dec 2014 16:26:39 +0000 (17:26 +0100)]
Quote identifiers for oracle

9 years agoadd unit tests for tableExists and dropTable
Robin Appelman [Mon, 8 Dec 2014 17:01:00 +0000 (18:01 +0100)]
add unit tests for tableExists and dropTable

9 years agoAdd tableExists to public db api
Robin Appelman [Mon, 8 Dec 2014 17:00:42 +0000 (18:00 +0100)]
Add tableExists to public db api

9 years agoAdd dropTable to IDBConnection
Robin Appelman [Mon, 8 Dec 2014 13:35:57 +0000 (14:35 +0100)]
Add dropTable to IDBConnection

9 years agoMerge pull request #12724 from owncloud/fix-autotest-no-file
Thomas Müller [Tue, 9 Dec 2014 16:01:00 +0000 (17:01 +0100)]
Merge pull request #12724 from owncloud/fix-autotest-no-file

Fix autotest no file

9 years agoCorrectly run all tests again when no file is specified
Joas Schilling [Tue, 9 Dec 2014 15:35:29 +0000 (16:35 +0100)]
Correctly run all tests again when no file is specified

9 years agoMerge pull request #11214 from owncloud/issue/10836
Morris Jobke [Tue, 9 Dec 2014 13:05:52 +0000 (14:05 +0100)]
Merge pull request #11214 from owncloud/issue/10836

Add an option to disallow sending sharing emails to non-owncloud users

9 years agoMerge pull request #12409 from owncloud/tags-getTagsForObjectIds
Joas Schilling [Tue, 9 Dec 2014 12:27:38 +0000 (13:27 +0100)]
Merge pull request #12409 from owncloud/tags-getTagsForObjectIds

Add getTagsForObjects in ITags

9 years agoMerge pull request #12722 from owncloud/autocomplete-for-autotest-jenkins
Thomas Müller [Tue, 9 Dec 2014 12:11:00 +0000 (13:11 +0100)]
Merge pull request #12722 from owncloud/autocomplete-for-autotest-jenkins

Allow autocomplete for test file in autotest.sh

9 years agoMerge pull request #12568 from owncloud/autoload-encryption-classes
Joas Schilling [Tue, 9 Dec 2014 11:56:57 +0000 (12:56 +0100)]
Merge pull request #12568 from owncloud/autoload-encryption-classes

Fix namespaces of encryption classes and encryption tests

9 years agoMake class compatible
Lukas Reschke [Tue, 9 Dec 2014 11:25:22 +0000 (12:25 +0100)]
Make class compatible

9 years agoExpose backend type via REST API
Lukas Reschke [Mon, 8 Dec 2014 21:38:54 +0000 (22:38 +0100)]
Expose backend type via REST API

This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620.

For example:
````json
[{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}]
```

9 years agoAllow autocomplete for test file in autotest.sh
Joas Schilling [Tue, 9 Dec 2014 09:58:17 +0000 (10:58 +0100)]
Allow autocomplete for test file in autotest.sh

9 years agoAdd an option to disallow sending sharing emails to non-owncloud users
Joas Schilling [Mon, 22 Sep 2014 10:13:44 +0000 (12:13 +0200)]
Add an option to disallow sending sharing emails to non-owncloud users

Fix #10836

9 years agoMerge pull request #12651 from owncloud/add-requesttoken-to-base-template
Thomas Müller [Tue, 9 Dec 2014 10:03:46 +0000 (11:03 +0100)]
Merge pull request #12651 from owncloud/add-requesttoken-to-base-template

Add requesttoken to base template

9 years agoMerge pull request #12672 from LEDfan/cm-per-unit
Thomas Müller [Tue, 9 Dec 2014 09:57:22 +0000 (10:57 +0100)]
Merge pull request #12672 from LEDfan/cm-per-unit

Fix Contactsmanager permission + unit test

9 years agoMerge pull request #12708 from owncloud/l10nsaved
Thomas Müller [Tue, 9 Dec 2014 09:46:35 +0000 (10:46 +0100)]
Merge pull request #12708 from owncloud/l10nsaved

translated saved message in files external

9 years agoMerge pull request #12688 from owncloud/rename-alt
Lukas Reschke [Tue, 9 Dec 2014 09:37:33 +0000 (10:37 +0100)]
Merge pull request #12688 from owncloud/rename-alt

introduce alt text for rename icon - fixes #12067

9 years agoMerge pull request #12715 from owncloud/fix-broken-personal-page
Lukas Reschke [Tue, 9 Dec 2014 09:35:08 +0000 (10:35 +0100)]
Merge pull request #12715 from owncloud/fix-broken-personal-page

remove duplicate loaded personal.js - fixes #12674

9 years agoMerge pull request #12709 from owncloud/fix-11955
Morris Jobke [Tue, 9 Dec 2014 08:52:59 +0000 (09:52 +0100)]
Merge pull request #12709 from owncloud/fix-11955

Skip headers that can not be split

9 years agoCorrectly namespace encryption tests
Joas Schilling [Wed, 3 Dec 2014 16:20:04 +0000 (17:20 +0100)]
Correctly namespace encryption tests

9 years agoUse self:: instead of the class name in encryption tests
Joas Schilling [Wed, 3 Dec 2014 16:03:11 +0000 (17:03 +0100)]
Use self:: instead of the class name in encryption tests

9 years agoUpdate OCA\Encryption to OCA\Files_Encryption in the encryption app itself
Joas Schilling [Wed, 3 Dec 2014 15:52:44 +0000 (16:52 +0100)]
Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself

9 years agoFix namespace of Files_Encryption outside of the app
Joas Schilling [Wed, 3 Dec 2014 15:16:09 +0000 (16:16 +0100)]
Fix namespace of Files_Encryption outside of the app

9 years agoFix namespace of files_encryption classes and autoload them
Joas Schilling [Wed, 3 Dec 2014 09:57:16 +0000 (10:57 +0100)]
Fix namespace of files_encryption classes and autoload them

9 years agoMerge pull request #12406 from owncloud/drop-getApps-getUsers
Thomas Müller [Tue, 9 Dec 2014 08:36:38 +0000 (09:36 +0100)]
Merge pull request #12406 from owncloud/drop-getApps-getUsers

Config cleanup - OC_Preferences refactoring

9 years agoremove duplicate loaded personal.js - fixes #12674
Morris Jobke [Tue, 9 Dec 2014 08:27:10 +0000 (09:27 +0100)]
remove duplicate loaded personal.js - fixes #12674

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 9 Dec 2014 06:56:38 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12577 from owncloud/public-mount-api
Lukas Reschke [Mon, 8 Dec 2014 21:57:33 +0000 (22:57 +0100)]
Merge pull request #12577 from owncloud/public-mount-api

Add a public api for apps to add mounts

9 years agodrop unused isDebugMode and setDebugMode of OC_Config
Morris Jobke [Fri, 28 Nov 2014 17:38:49 +0000 (18:38 +0100)]
drop unused isDebugMode and setDebugMode of OC_Config

9 years agoreduce OC_Preferences, OC_Config and \OCP\Config usage
Morris Jobke [Thu, 4 Dec 2014 15:48:07 +0000 (16:48 +0100)]
reduce OC_Preferences, OC_Config  and \OCP\Config usage

* files_encryption
* files_versions
* files_trashbin
* tests
* status.php
* core
* server container

9 years agoWorkaround to fix the too early init dilemma
Morris Jobke [Thu, 4 Dec 2014 08:35:01 +0000 (09:35 +0100)]
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

9 years agointroduce preCondition for setUserValue to provide atomic check-and-update
Morris Jobke [Wed, 3 Dec 2014 20:31:29 +0000 (21:31 +0100)]
introduce preCondition for setUserValue to provide atomic check-and-update

9 years agoRefactoring of OC_Preferences to AllConfig
Morris Jobke [Wed, 19 Nov 2014 11:18:32 +0000 (12:18 +0100)]
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

9 years agofix base.php for not installed systems
Morris Jobke [Fri, 28 Nov 2014 17:52:09 +0000 (18:52 +0100)]
fix base.php for not installed systems

9 years agomigrate \OC\AllConfig to \OCP\IConfig
Morris Jobke [Thu, 27 Nov 2014 17:19:14 +0000 (18:19 +0100)]
migrate \OC\AllConfig to \OCP\IConfig

9 years agointroduce deleteAllUserValues
Morris Jobke [Fri, 5 Dec 2014 15:34:54 +0000 (16:34 +0100)]
introduce deleteAllUserValues

9 years agointroduce proper interface for deleteAppValue
Morris Jobke [Tue, 25 Nov 2014 08:53:47 +0000 (09:53 +0100)]
introduce proper interface for deleteAppValue

9 years agouse old methods and redirect in deprecated methods
Morris Jobke [Thu, 27 Nov 2014 16:05:19 +0000 (17:05 +0100)]
use old methods and redirect in deprecated methods

9 years ago@deprecated messages for \OCP\Config and \OCP\AppConfig
Morris Jobke [Thu, 27 Nov 2014 16:03:17 +0000 (17:03 +0100)]
@deprecated messages for \OCP\Config and \OCP\AppConfig

9 years agoExtract interaction with config.php into SystemConfig
Morris Jobke [Thu, 27 Nov 2014 15:40:12 +0000 (16:40 +0100)]
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

9 years agoAdd getTagsForObjects in ITags
Vincent Petry [Mon, 24 Nov 2014 20:51:45 +0000 (21:51 +0100)]
Add getTagsForObjects in ITags

Returns the list of tags that are set on the given object ids.

9 years agoSkip headers that can not be split
Victor Dubiniuk [Mon, 8 Dec 2014 20:43:43 +0000 (23:43 +0300)]
Skip headers that can not be split

9 years agotranslated saved message in files external
Volkan Gezer [Mon, 8 Dec 2014 20:40:15 +0000 (21:40 +0100)]
translated saved message in files external

9 years agoMerge pull request #12618 from owncloud/initial-work-migrate-to-appframework
Lukas Reschke [Mon, 8 Dec 2014 20:37:41 +0000 (21:37 +0100)]
Merge pull request #12618 from owncloud/initial-work-migrate-to-appframework

Add REST route for managing groups and users

9 years agoFix tests. Add two more test cases
Victor Dubiniuk [Mon, 8 Dec 2014 14:38:56 +0000 (17:38 +0300)]
Fix tests. Add two more test cases

9 years agoMerge pull request #12704 from owncloud/fix-12647-2
Lukas Reschke [Mon, 8 Dec 2014 18:14:59 +0000 (19:14 +0100)]
Merge pull request #12704 from owncloud/fix-12647-2

preserve an asterisk at the start when escaping a search term

9 years agoadd doc
Arthur Schiwon [Mon, 8 Dec 2014 16:22:52 +0000 (17:22 +0100)]
add doc

9 years agopreserve an asterisk at the start when escaping a search term
Arthur Schiwon [Mon, 8 Dec 2014 16:12:13 +0000 (17:12 +0100)]
preserve an asterisk at the start when escaping a search term

9 years agoMerge pull request #12621 from owncloud/add-right-margin
Joas Schilling [Mon, 8 Dec 2014 16:14:19 +0000 (17:14 +0100)]
Merge pull request #12621 from owncloud/add-right-margin

Add right margin to codestyle file

9 years agoReact on other statuscodes than 200
Lukas Reschke [Mon, 8 Dec 2014 15:35:13 +0000 (16:35 +0100)]
React on other statuscodes than 200

9 years agoMerge pull request #12696 from owncloud/trashbin-selected-delete
Robin Appelman [Mon, 8 Dec 2014 15:30:53 +0000 (16:30 +0100)]
Merge pull request #12696 from owncloud/trashbin-selected-delete

Fix deleting selected files in the trashbin

9 years agointroduce alt text for rename icon - fixes #12067
Morris Jobke [Mon, 8 Dec 2014 14:49:09 +0000 (15:49 +0100)]
introduce alt text for rename icon - fixes #12067

9 years agoMerge branch 'initial-work-migrate-to-appframework' of https://github.com/owncloud...
Lukas Reschke [Mon, 8 Dec 2014 14:34:17 +0000 (15:34 +0100)]
Merge branch 'initial-work-migrate-to-appframework' of https://github.com/owncloud/core into initial-work-migrate-to-appframework

9 years agoAdd statuscodes
Lukas Reschke [Mon, 8 Dec 2014 14:32:59 +0000 (15:32 +0100)]
Add statuscodes

9 years agoFix url
Lukas Reschke [Mon, 8 Dec 2014 14:32:53 +0000 (15:32 +0100)]
Fix url

9 years agoFix deleting selected files in the trashbin
Robin Appelman [Mon, 8 Dec 2014 14:16:15 +0000 (15:16 +0100)]
Fix deleting selected files in the trashbin

9 years agofix updated URL schema in JS unit tests
Morris Jobke [Mon, 8 Dec 2014 14:05:03 +0000 (15:05 +0100)]
fix updated URL schema in JS unit tests

9 years agoMerge pull request #12452 from owncloud/server2server-ng-ocs
Morris Jobke [Mon, 8 Dec 2014 13:12:03 +0000 (14:12 +0100)]
Merge pull request #12452 from owncloud/server2server-ng-ocs

OCS API for server-to-server sharing

9 years agoRemove config file
LEDfan [Mon, 8 Dec 2014 12:19:26 +0000 (13:19 +0100)]
Remove config file

9 years agoMock interface
LEDfan [Mon, 8 Dec 2014 12:18:00 +0000 (13:18 +0100)]
Mock interface

9 years agoMerge pull request #12691 from owncloud/i-shall-improve-my-grep-skills
Morris Jobke [Mon, 8 Dec 2014 11:52:54 +0000 (12:52 +0100)]
Merge pull request #12691 from owncloud/i-shall-improve-my-grep-skills

Remove unexisting `htAccessWorkinght`

9 years agoAdd REST route for user & group management
Lukas Reschke [Thu, 4 Dec 2014 13:15:55 +0000 (14:15 +0100)]
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.

9 years agoMerge pull request #12394 from owncloud/files-fileactionsimprovements
Lukas Reschke [Mon, 8 Dec 2014 10:30:21 +0000 (11:30 +0100)]
Merge pull request #12394 from owncloud/files-fileactionsimprovements

Improve FileActions JS to allow for custom rendering

9 years agoRemove unexisting `htAccessWorkinght`
Lukas Reschke [Mon, 8 Dec 2014 10:25:32 +0000 (11:25 +0100)]
Remove unexisting `htAccessWorkinght`

Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills.

9 years agoMerge pull request #12657 from owncloud/ajaxify-htaccess-check
Morris Jobke [Mon, 8 Dec 2014 09:37:06 +0000 (10:37 +0100)]
Merge pull request #12657 from owncloud/ajaxify-htaccess-check

Check for working .htaccess via AJAX

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 8 Dec 2014 06:54:57 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoRemove changes which were inadvertently pushed to master
Olivier Paroz [Mon, 8 Dec 2014 03:03:02 +0000 (04:03 +0100)]
Remove changes which were inadvertently pushed to master

9 years agoDump Arrays, Objects and Exceptions to the log
Olivier Paroz [Mon, 8 Dec 2014 02:53:07 +0000 (03:53 +0100)]
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

9 years agoMerge pull request #12644 from owncloud/add-hack-for-config
Lukas Reschke [Sun, 7 Dec 2014 21:33:16 +0000 (22:33 +0100)]
Merge pull request #12644 from owncloud/add-hack-for-config

Create config if it does not exists

9 years agoUse PHPUnit mocks
LEDfan [Sun, 7 Dec 2014 13:10:41 +0000 (14:10 +0100)]
Use PHPUnit mocks

9 years agoMerge pull request #12668 from owncloud/keepspace
Thomas Müller [Sun, 7 Dec 2014 12:15:37 +0000 (13:15 +0100)]
Merge pull request #12668 from owncloud/keepspace

Keep spaces out of the string

9 years agoAdd unit test for contactsmanager
LEDfan [Sun, 7 Dec 2014 07:39:15 +0000 (08:39 +0100)]
Add unit test for contactsmanager

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 7 Dec 2014 06:54:32 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoKeep spaces out of the string
Volkan Gezer [Sun, 7 Dec 2014 00:57:34 +0000 (01:57 +0100)]
Keep spaces out of the string

Otherwise translators cannot notice them on Transifex.

9 years agoTest OC\Updater::check
Victor Dubiniuk [Wed, 26 Nov 2014 16:18:22 +0000 (19:18 +0300)]
Test OC\Updater::check

9 years agoUse httphelper and cache response even when it empty
Victor Dubiniuk [Tue, 25 Nov 2014 19:41:15 +0000 (22:41 +0300)]
Use httphelper and cache response even when it empty

9 years agoCheck for working .htaccess via AJAX
Lukas Reschke [Sat, 6 Dec 2014 14:34:53 +0000 (15:34 +0100)]
Check for working .htaccess via AJAX

Fixes https://github.com/owncloud/core/issues/12650

9 years agoCreate config if it does not exists
Lukas Reschke [Fri, 5 Dec 2014 16:32:19 +0000 (17:32 +0100)]
Create config if it does not exists

The codepath that is executed when executing ownCloud via CLI is different than via browser. Specifically, the config is created by the user session already in `OC_Util::getInstanceId()` by a call to `setValue`. That said, this seems to be quite a bad side-effect, but for the sake of "not breaking whatever might break if we touch this" let's keep it that way for now.

When executing the autoconfig via `php -f index.php` the said session was not setup and thus no `config/config.php` file was created resulting in an installation error.

To reproduce this try to setup ownCloud via `php -f index.php` with and without that patch. (ensure to delete all existing configs before and don't access ownCloud with a browser in the meantime)

Fixes itself.

9 years agoFix permissions
LEDfan [Sat, 6 Dec 2014 12:58:10 +0000 (13:58 +0100)]
Fix permissions

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 6 Dec 2014 06:54:56 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #12636 from owncloud/fix-ie9-placeholder
Raghu Nayyar [Sat, 6 Dec 2014 06:24:31 +0000 (11:54 +0530)]
Merge pull request #12636 from owncloud/fix-ie9-placeholder

fix placeholder fake in IE8 & 9 that brokes group listing in user manage...

9 years agoAdd requesttoken to base template
Lukas Reschke [Fri, 5 Dec 2014 21:23:55 +0000 (22:23 +0100)]
Add requesttoken to base template

Potentially fixes https://github.com/owncloud/core/issues/12580

9 years agoMerge pull request #12646 from owncloud/remove-safe-magic-quotes
Robin Appelman [Fri, 5 Dec 2014 20:17:40 +0000 (21:17 +0100)]
Merge pull request #12646 from owncloud/remove-safe-magic-quotes

Remove checks for safe mode and magic quotes

9 years agoMerge pull request #12166 from helmutschneider/aws-2.7.5
Lukas Reschke [Fri, 5 Dec 2014 19:12:53 +0000 (20:12 +0100)]
Merge pull request #12166 from helmutschneider/aws-2.7.5

Upgrade AWS sdk to 2.7.5. Fixes #12023

9 years agoMerge pull request #11485 from brumsoel/master
Lukas Reschke [Fri, 5 Dec 2014 18:53:09 +0000 (19:53 +0100)]
Merge pull request #11485 from brumsoel/master

Fix timestamp comparator return value