Lukas Reschke
|
c749570a06
|
Merge pull request #12411 from owncloud/unknown-command-windows
Replace some more "command -v" calls with the Helper method
|
2014-11-26 10:29:41 +01:00 |
Morris Jobke
|
1da46b1a58
|
Merge pull request #12438 from owncloud/jenkins-no-new-session-ocs-api
because OC_User::login will create a new session we shall only try to lo...
|
2014-11-26 10:22:16 +01:00 |
Morris Jobke
|
60e4aa120f
|
Merge pull request #12350 from mprokop/link_expiration
fix calculation of expiration date if there is a default expiration date...
|
2014-11-26 10:19:12 +01:00 |
Thomas Müller
|
320a3c3784
|
because OC_User::login will create a new session we shall only try to login if user and pass are set
ensure to never destroy an existing session
|
2014-11-26 09:19:10 +01:00 |
Morris Jobke
|
c5fa8f1bdc
|
Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permission-constants
Issue/6101 remove namespace permission constants
|
2014-11-26 08:31:23 +01:00 |
Morris Jobke
|
e9696a8c9a
|
Merge pull request #12420 from owncloud/sqlite-wal-2
adding new config parameter for sqlite to specify the journal mode
|
2014-11-26 00:47:22 +01:00 |
Joas Schilling
|
0274dcba57
|
Replace some more "command -v" calls with the Helper method
|
2014-11-25 18:10:03 +01:00 |
Joas Schilling
|
2c39aec8cb
|
Replace deprecated constant with new class constant
|
2014-11-25 16:30:21 +01:00 |
Thomas Müller
|
a6c088a1ef
|
adding new config parameter for sqlite to specify the journal mode
|
2014-11-25 16:29:06 +01:00 |
Joas Schilling
|
711912a7b3
|
Move namespaced constants to namespaced class
|
2014-11-25 16:27:27 +01:00 |
Thomas Müller
|
0f18274ca5
|
Merge pull request #12416 from owncloud/app-info-xml-parser-2
App info xml parser 2
|
2014-11-25 15:56:52 +01:00 |
Thomas Müller
|
5ce34fbaf6
|
handle invalid xml file
|
2014-11-25 11:53:28 +01:00 |
Thomas Müller
|
d4f107d4dd
|
simplify xml parser code
|
2014-11-25 11:53:28 +01:00 |
Thomas Müller
|
c503ecd544
|
Introduce app info xml parser including basic unit test - necessary for #10777
|
2014-11-25 11:53:28 +01:00 |
Olivier Paroz
|
93a6cc17a5
|
The class name is Movie NOT Movies
|
2014-11-25 11:35:38 +01:00 |
Morris Jobke
|
53b2d85709
|
Merge pull request #12402 from owncloud/fix-phpdoc
Fix PHPDoc and deprecated code
|
2014-11-25 09:20:36 +01:00 |
Lukas Reschke
|
eb1dcb87c1
|
Merge pull request #12380 from owncloud/remove-oc-migrate
Remove OC_Migrate
|
2014-11-25 00:25:37 +01:00 |
Lukas Reschke
|
b947b65e5b
|
Fix PHPDoc and deprecated code
Some PHPDocs were incorrect, also used this opportunity to replace some deprecated functions.
|
2014-11-24 23:09:49 +01:00 |
Thomas Müller
|
ddacd7f900
|
Merge pull request #12294 from owncloud/route-postfix
Add route postfix to allow url versioning when only the http method changed
|
2014-11-24 16:32:54 +01:00 |
Morris Jobke
|
168fce0b18
|
Merge pull request #12303 from owncloud/windows-unknown-command-command
Deduplicate findBinaryPath() and do not try "command -v" on windows
|
2014-11-24 14:03:07 +01:00 |
Morris Jobke
|
1b17429c1d
|
Merge pull request #12142 from owncloud/DeprecateOldIAPICalls
Deprecate older API wrappers and calls
|
2014-11-24 14:01:49 +01:00 |
Morris Jobke
|
8782b2237c
|
Merge pull request #12084 from owncloud/sharing_fix_shared_with_info
sharing: make sure that we only find the shares from a given owner
|
2014-11-24 11:44:43 +01:00 |
Lukas Reschke
|
216d617938
|
Remove OC_Migrate
This is unused legacy code. Let it die with ~~~honor~~ fire.
Fixes https://github.com/owncloud/core/issues/12346
|
2014-11-24 10:53:45 +01:00 |
Jenkins for ownCloud
|
0edcfc1dc1
|
[tx-robot] updated from transifex
|
2014-11-24 01:54:35 -05:00 |
Georg Ehrke
|
45d985f2d8
|
remove ugly hack and don't use OC\Preview\Image for tiffs and svgs
|
2014-11-23 19:11:03 +01:00 |
Jenkins for ownCloud
|
fa3f7ad9e9
|
[tx-robot] updated from transifex
|
2014-11-22 01:55:21 -05:00 |
Bjoern Schiessle
|
a7ebfe87c9
|
also check for the correct owner if it was submitted
|
2014-11-21 16:17:37 +01:00 |
Miguel Prokop
|
397f14ed86
|
Consolidate if statement, and update unit test
|
2014-11-21 13:31:56 +01:00 |
Miguel Prokop
|
1d4d308a6c
|
fix calculation of expiration date if there is a default expiration date set (but not forced) and the user does not want the link to expire.
|
2014-11-21 11:01:39 +01:00 |
Jenkins for ownCloud
|
f8421958b3
|
[tx-robot] updated from transifex
|
2014-11-21 02:54:26 -05:00 |
Morris Jobke
|
593ef76e36
|
Revert "drop OC_Preferences::getUsers and getApps"
This reverts commit 09fd34eed9 .
|
2014-11-20 22:02:26 +01:00 |
Morris Jobke
|
09fd34eed9
|
drop OC_Preferences::getUsers and getApps
|
2014-11-20 17:56:05 +01:00 |
Morris Jobke
|
985f8c3f69
|
Merge pull request #12330 from owncloud/jenkins-eat-that
drop dependency of some commands on old config object
|
2014-11-20 17:11:08 +01:00 |
Thomas Müller
|
7fa4c6d0bc
|
Merge pull request #12321 from owncloud/checkForXMLWriter
Check for XMLWriter class
|
2014-11-20 17:04:27 +01:00 |
Morris Jobke
|
604bf61e10
|
Merge pull request #12299 from owncloud/clean-lib-base-config
replace all static calls to OC_Config and OC_Preferences to calls to OCP...
|
2014-11-20 16:24:37 +01:00 |
Lukas Reschke
|
713c8e0dac
|
Merge pull request #12325 from owncloud/removeunneccessarylang
cleanup languages. closes #11274
|
2014-11-20 16:12:49 +01:00 |
Morris Jobke
|
8ae8eb4734
|
drop dependency of some commands on old config object
|
2014-11-20 15:03:16 +01:00 |
Thomas Müller
|
cbb9caf030
|
Merge pull request #12226 from owncloud/remove-phpass
Remove phpass and migrate to new Hasher interface
|
2014-11-20 14:59:59 +01:00 |
Morris Jobke
|
46e6104795
|
Merge pull request #12297 from owncloud/issue/10991-all-testcase
Issue/10991 all testcase
|
2014-11-20 14:53:18 +01:00 |
Volkan Gezer
|
995fe4a176
|
cleanup languages. closes #11274
|
2014-11-20 14:46:17 +01:00 |
Lukas Reschke
|
9a1673c79d
|
Check for XMLWriter class
This is not installed by default in all cases and will break the DAV features of ownCloud. Lot's of reports such as https://github.com/owncloud/ios-issues/issues/167#issuecomment-63798507
|
2014-11-20 13:13:14 +01:00 |
Vincent Petry
|
6a08fca363
|
Merge pull request #12253 from owncloud/port-12154
Port 12154
|
2014-11-20 12:47:27 +01:00 |
Joas Schilling
|
d15f1882f9
|
Simplify the binary finding code in the movie preview class
|
2014-11-20 12:41:55 +01:00 |
Joas Schilling
|
64421d76fd
|
Deduplicate function by moving it to the OC_Helper
|
2014-11-20 12:37:59 +01:00 |
Jenkins for ownCloud
|
fffc5bc002
|
[tx-robot] updated from transifex
|
2014-11-20 01:55:06 -05:00 |
Joas Schilling
|
bb540722cd
|
Use base class to reset the file mapper
|
2014-11-19 14:52:07 +01:00 |
Morris Jobke
|
980dd4d22a
|
replace double quotes with single quotes
|
2014-11-19 13:15:04 +01:00 |
Morris Jobke
|
fef9d4218c
|
replace all static calls to OC_Config and OC_Preferences to calls to OCP\IConfig
|
2014-11-19 13:06:22 +01:00 |
Bernhard Posselt
|
4e90c44301
|
add postfix
add postfix
|
2014-11-19 12:01:42 +01:00 |
Jenkins for ownCloud
|
705976ba0a
|
[tx-robot] updated from transifex
|
2014-11-19 01:54:59 -05:00 |