]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoapply code review hints
Morris Jobke [Thu, 28 Mar 2013 14:02:31 +0000 (15:02 +0100)]
apply code review hints

11 years agoadd copyright note
Morris Jobke [Wed, 27 Mar 2013 15:53:51 +0000 (16:53 +0100)]
add copyright note

11 years agoremove animation
Morris Jobke [Wed, 27 Mar 2013 14:19:28 +0000 (15:19 +0100)]
remove animation

11 years agoMake it possible to show less log entries again - fix owncloud/core#1593
Morris Jobke [Wed, 27 Mar 2013 13:51:30 +0000 (14:51 +0100)]
Make it possible to show less log entries again - fix owncloud/core#1593

 * show "less" button only if there are more than 3 entries
 * only "remove" logs till last 3 entries

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 26 Mar 2013 23:11:05 +0000 (00:11 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #2578 from owncloud/fixing-2577-master
Thomas Müller [Tue, 26 Mar 2013 21:49:04 +0000 (14:49 -0700)]
Merge pull request #2578 from owncloud/fixing-2577-master

prevent to fire delete ajax a second time.

11 years agoMerge pull request #2567 from owncloud/fix_insertIfNotExist
Thomas Tanghus [Tue, 26 Mar 2013 15:59:10 +0000 (08:59 -0700)]
Merge pull request #2567 from owncloud/fix_insertIfNotExist

Properly prepare insertIfNotExist queries.

11 years agoprevent to fire delete ajax a second time.
Thomas Mueller [Tue, 26 Mar 2013 15:27:56 +0000 (16:27 +0100)]
prevent to fire delete ajax a second time.

Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only

11 years agoMerge pull request #2568 from itheiss/master
Bernhard Posselt [Tue, 26 Mar 2013 09:50:11 +0000 (02:50 -0700)]
Merge pull request #2568 from itheiss/master

Implement setting custom domainname for getDefaultEmailAddress

11 years agofix missing ',' after "mail_domain" parameter
itheiss [Tue, 26 Mar 2013 09:37:07 +0000 (10:37 +0100)]
fix missing ',' after "mail_domain" parameter

11 years agoMerge pull request #2270 from owncloud/fix_json_encoded_pubic_download
Björn Schießle [Tue, 26 Mar 2013 08:56:47 +0000 (01:56 -0700)]
Merge pull request #2270 from owncloud/fix_json_encoded_pubic_download

let public link download handle json encoded file lists [master]

11 years agoUpdate to reflect new parameter mail_domain
itheiss [Tue, 26 Mar 2013 08:49:51 +0000 (09:49 +0100)]
Update to reflect new parameter mail_domain

see #2568

11 years agolisten to touch hook to update the mtime after sync
Björn Schießle [Mon, 25 Mar 2013 15:26:17 +0000 (16:26 +0100)]
listen to touch hook to update the mtime after sync

11 years agoMove testcase to own test function
itheiss [Tue, 26 Mar 2013 08:40:27 +0000 (09:40 +0100)]
Move testcase to own test function

Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function.

11 years agoAnd removing an irrelevant comment ;)
Thomas Tanghus [Tue, 26 Mar 2013 00:01:38 +0000 (01:01 +0100)]
And removing an irrelevant comment ;)

11 years agoDouble quotes to backticks
Thomas Tanghus [Tue, 26 Mar 2013 00:00:15 +0000 (01:00 +0100)]
Double quotes to backticks

11 years agoMissing backticks. Thx @Raydiation :)
Thomas Tanghus [Mon, 25 Mar 2013 23:24:08 +0000 (00:24 +0100)]
Missing backticks. Thx @Raydiation :)

11 years agoD'oh, why concatenate static strings.
Thomas Tanghus [Mon, 25 Mar 2013 23:21:57 +0000 (00:21 +0100)]
D'oh, why concatenate static strings.

11 years agoQuote key for SQLite.
Thomas Tanghus [Mon, 25 Mar 2013 23:19:23 +0000 (00:19 +0100)]
Quote key for SQLite.

11 years agoProperly prepare insertIfNotExist queries.
Thomas Tanghus [Mon, 25 Mar 2013 22:59:34 +0000 (23:59 +0100)]
Properly prepare insertIfNotExist queries.

11 years agothe old path no longer exists after rename, update the parent folder instead
Björn Schießle [Fri, 22 Mar 2013 15:20:40 +0000 (16:20 +0100)]
the old path no longer exists after rename, update the parent folder instead

11 years agoLDAP: fix wrong return value
Arthur Schiwon [Wed, 20 Mar 2013 12:17:40 +0000 (13:17 +0100)]
LDAP: fix wrong return value

11 years agofix indention
Björn Schießle [Wed, 20 Mar 2013 11:58:39 +0000 (12:58 +0100)]
fix indention

11 years agoskip update if the recipient is the same user as the owner, otherwise we run in a...
Björn Schießle [Wed, 20 Mar 2013 11:45:24 +0000 (12:45 +0100)]
skip update if the recipient is the same user as the owner, otherwise we run in a infinite loop for group shares

11 years agoadd backticks around table names
Björn Schießle [Fri, 22 Mar 2013 11:47:43 +0000 (12:47 +0100)]
add backticks around table names

11 years agoImprove phpdoc for the filecache
Robin Appelman [Sun, 24 Mar 2013 01:06:50 +0000 (02:06 +0100)]
Improve phpdoc for the filecache

11 years agoImprove detection of installations errors
Brice Maron [Sat, 23 Mar 2013 11:19:43 +0000 (12:19 +0100)]
Improve detection of installations errors

11 years agoMerge pull request #2454 from owncloud/fixing-file-mapper-ext-master
Bernhard Posselt [Sat, 23 Mar 2013 12:34:25 +0000 (05:34 -0700)]
Merge pull request #2454 from owncloud/fixing-file-mapper-ext-master

Fixing file mapper ext master

11 years agoMerge pull request #2446 from owncloud/fixing-safe-mode-check-master
Bernhard Posselt [Sat, 23 Mar 2013 12:33:32 +0000 (05:33 -0700)]
Merge pull request #2446 from owncloud/fixing-safe-mode-check-master

more accurate safe_mode check - refs #2258

11 years agoSome improvements for the Storage phpdoc
Robin Appelman [Fri, 22 Mar 2013 23:10:12 +0000 (00:10 +0100)]
Some improvements for the Storage phpdoc

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 22 Mar 2013 23:06:16 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoExtend test case for getDefaultEmailAddress()
itheiss [Fri, 22 Mar 2013 09:08:53 +0000 (10:08 +0100)]
Extend test case for getDefaultEmailAddress()

see #2499

11 years agoFix #2499
itheiss [Fri, 22 Mar 2013 09:07:06 +0000 (10:07 +0100)]
Fix #2499

The mail domain can now be configured in config.php and get´s used in function getDefaultEmailAddress.

e.g. 'mail_domain' => 'example.com'

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 21 Mar 2013 23:04:46 +0000 (00:04 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #2515 from yannickoo/master
Jan-Christoph Borchardt [Thu, 21 Mar 2013 19:14:10 +0000 (12:14 -0700)]
Merge pull request #2515 from yannickoo/master

No Scrolling for more than approximately 10 Applications

11 years agoFixed typo
yannickoo [Thu, 21 Mar 2013 17:46:59 +0000 (18:46 +0100)]
Fixed typo

11 years agoNo Scrolling for more than approximately 10 Applications
yannickoo [Thu, 21 Mar 2013 17:37:23 +0000 (18:37 +0100)]
No Scrolling for more than approximately 10 Applications

11 years agoAdd phpdoc documentation to the Storage interface
Robin Appelman [Thu, 21 Mar 2013 12:07:29 +0000 (13:07 +0100)]
Add phpdoc documentation to the Storage interface

11 years agoMerge pull request #2447 from owncloud/fix_namespace_in_autoloader
Lukas Reschke [Thu, 21 Mar 2013 07:46:09 +0000 (00:46 -0700)]
Merge pull request #2447 from owncloud/fix_namespace_in_autoloader

Remove leading and trailing backslashes in classname. Ref #2310

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 20 Mar 2013 23:04:36 +0000 (00:04 +0100)]
[tx-robot] updated from transifex

11 years agoAdd link to issue creation
Lukas Reschke [Wed, 20 Mar 2013 17:20:15 +0000 (18:20 +0100)]
Add link to issue creation

We're directly linking users to this in ownCloud when they click "report a bug" - this often confused people because they don't know where to report the issue exactly.

11 years agoRemove space before parethesis
VicDeo [Wed, 20 Mar 2013 12:54:06 +0000 (16:54 +0400)]
Remove space before parethesis

11 years agoFixing author and copyright
Thomas Müller [Wed, 20 Mar 2013 10:28:18 +0000 (11:28 +0100)]
Fixing author and copyright

11 years agoMerge pull request #2324 from owncloud/html_video_tag
Björn Schießle [Wed, 20 Mar 2013 09:27:53 +0000 (02:27 -0700)]
Merge pull request #2324 from owncloud/html_video_tag

use html video tag to preview videos for public shares

11 years agoShow a warning in the installer if the used PHP version is vulnerable to the NULL...
Lukas Reschke [Wed, 20 Mar 2013 07:44:33 +0000 (08:44 +0100)]
Show a warning in the installer if the used PHP version is vulnerable to the NULL Byte attack

11 years agoCheck if the installed PHP version has a fix for the nullbyte vulnerability
Lukas Reschke [Wed, 20 Mar 2013 07:43:54 +0000 (08:43 +0100)]
Check if the installed PHP version has a fix for the nullbyte vulnerability

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 19 Mar 2013 23:02:44 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #2457 from KnownSubset/master
Frank Karlitschek [Tue, 19 Mar 2013 17:07:03 +0000 (10:07 -0700)]
Merge pull request #2457 from KnownSubset/master

Extend .gitignore for better compatability with phpStorm/IntelliJ

11 years agosome basic unit test for loading classes
Thomas Mueller [Tue, 19 Mar 2013 17:00:15 +0000 (18:00 +0100)]
some basic unit test for loading classes

11 years agoUpdate the ignores to include project structure file *.iml
Nathan Dauber [Tue, 19 Mar 2013 16:57:06 +0000 (11:57 -0500)]
Update the ignores to include project structure file *.iml

11 years agosome more test cases & fix on file name generation with index
Thomas Mueller [Tue, 19 Mar 2013 15:57:54 +0000 (16:57 +0100)]
some more test cases & fix on file name generation with index

11 years agoadding extension to slugified physical path
Thomas Mueller [Tue, 19 Mar 2013 15:53:37 +0000 (16:53 +0100)]
adding extension to slugified physical path

11 years agoMerge pull request #2244 from owncloud/fixing-windows-datadir-master
Bernhard Posselt [Tue, 19 Mar 2013 14:38:41 +0000 (07:38 -0700)]
Merge pull request #2244 from owncloud/fixing-windows-datadir-master

remove trailing slash from data dir on windows

11 years agoMerge pull request #2451 from owncloud/fix_npe_master
Bernhard Posselt [Tue, 19 Mar 2013 14:28:59 +0000 (07:28 -0700)]
Merge pull request #2451 from owncloud/fix_npe_master

fix npe when createStorage() returns null

11 years agofix npe when createStorage() returns null
Jörn Friedrich Dreyer [Tue, 19 Mar 2013 14:02:29 +0000 (15:02 +0100)]
fix npe when createStorage() returns null

11 years agoMerge pull request #2445 from owncloud/extend_public_api
Thomas Müller [Tue, 19 Mar 2013 14:02:11 +0000 (07:02 -0700)]
Merge pull request #2445 from owncloud/extend_public_api

add a searchbymime to the public api. Please all remember that access to...

11 years agoMerge branch 'master' into fixing-windows-datadir-master
Thomas Mueller [Tue, 19 Mar 2013 13:43:55 +0000 (14:43 +0100)]
Merge branch 'master' into fixing-windows-datadir-master

11 years agoRemove leading and trailing backslashes in classname. Ref #2310
VicDeo [Tue, 19 Mar 2013 13:40:52 +0000 (16:40 +0300)]
Remove leading and trailing backslashes in classname. Ref #2310

11 years agoLDAP: user exists check on getHome, otherwise check will be performed with wrong...
Arthur Schiwon [Mon, 18 Mar 2013 23:23:35 +0000 (00:23 +0100)]
LDAP: user exists check on getHome, otherwise check will be performed with wrong configs on a multi LDAP server setup.

11 years agoLDAP: avoid irritating log output
Arthur Schiwon [Mon, 18 Mar 2013 23:23:59 +0000 (00:23 +0100)]
LDAP: avoid irritating log output

11 years agoLDAP: check whether user exists for before trying to determine displayname
Arthur Schiwon [Tue, 19 Mar 2013 10:16:57 +0000 (11:16 +0100)]
LDAP: check whether user exists for before trying to determine displayname

11 years agoLDAP: check first whether group exists in this backend before doing other operations
Arthur Schiwon [Tue, 19 Mar 2013 10:52:35 +0000 (11:52 +0100)]
LDAP: check first whether group exists in this backend before doing other operations

11 years agoLDAP: remove unnecessary func call, was a leftover from earlier refactor
Arthur Schiwon [Tue, 19 Mar 2013 12:29:09 +0000 (13:29 +0100)]
LDAP: remove unnecessary func call, was a leftover from earlier refactor

11 years agoLDAP: specify appid when selecting from appconfig
Arthur Schiwon [Tue, 19 Mar 2013 12:39:52 +0000 (13:39 +0100)]
LDAP: specify appid when selecting from appconfig

11 years agomore accurate safe_mode check - refs #2258
Thomas Mueller [Tue, 19 Mar 2013 13:36:52 +0000 (14:36 +0100)]
more accurate safe_mode check - refs #2258

11 years agoadd a searchbymime to the public api. Please all remember that access to internal...
Frank Karlitschek [Tue, 19 Mar 2013 13:27:02 +0000 (14:27 +0100)]
add a searchbymime to the public api. Please all remember that access to internal oc classes will be disabled for all app for ownCloud 6. So please port yur stuff to the public api :-)

11 years agousing rtrim
Thomas Mueller [Tue, 19 Mar 2013 12:37:48 +0000 (13:37 +0100)]
using rtrim

11 years agoMerge pull request #2440 from owncloud/js_version_parameter
Bernhard Posselt [Tue, 19 Mar 2013 11:50:27 +0000 (04:50 -0700)]
Merge pull request #2440 from owncloud/js_version_parameter

Add hashed version parameter to js and css. Ref #1520 and many more ;)

11 years agoAdd hashed version parameter to js and css. Ref #1520 and many more ;)
Thomas Tanghus [Tue, 19 Mar 2013 11:35:31 +0000 (12:35 +0100)]
Add hashed version parameter to js and css. Ref #1520 and many more ;)

11 years agoMerge pull request #2433 from owncloud/db_primary_keys
Bernhard Posselt [Tue, 19 Mar 2013 09:43:14 +0000 (02:43 -0700)]
Merge pull request #2433 from owncloud/db_primary_keys

Additional indexes and missing primary keys

11 years agoMerge pull request #2434 from owncloud/userlist_no_dupes
Bernhard Posselt [Tue, 19 Mar 2013 09:41:27 +0000 (02:41 -0700)]
Merge pull request #2434 from owncloud/userlist_no_dupes

User list: Avoid dupes and better sorting. Fix #2420

11 years agoUser list: Avoid dupes and better sorting. Fix #2420
Thomas Tanghus [Tue, 19 Mar 2013 01:48:08 +0000 (02:48 +0100)]
User list: Avoid dupes and better sorting. Fix #2420

11 years agoAdd indexes and primary keys.
Thomas Tanghus [Tue, 19 Mar 2013 00:35:12 +0000 (01:35 +0100)]
Add indexes and primary keys.

11 years agoRevert "Add indexes and primary keys."
Thomas Tanghus [Tue, 19 Mar 2013 00:36:51 +0000 (01:36 +0100)]
Revert "Add indexes and primary keys."

This reverts commit 3b33712dc9f4a3debfb98bc892034d7e41804a17.

11 years agoAdd indexes and primary keys.
Thomas Tanghus [Tue, 19 Mar 2013 00:35:12 +0000 (01:35 +0100)]
Add indexes and primary keys.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 18 Mar 2013 23:05:52 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #2363 from owncloud/uploadsize
Bernhard Posselt [Mon, 18 Mar 2013 15:18:27 +0000 (08:18 -0700)]
Merge pull request #2363 from owncloud/uploadsize

Improve behaviour when max upload size is unknown

11 years agoMerge pull request #2408 from dcneiner/infield-upgrade
Jan-Christoph Borchardt [Mon, 18 Mar 2013 14:49:26 +0000 (07:49 -0700)]
Merge pull request #2408 from dcneiner/infield-upgrade

Upgraded infield labels plugin to the latest version. Updated invocation...

11 years agoMerge pull request #2417 from owncloud/trash_more_error_logs
Thomas Tanghus [Mon, 18 Mar 2013 12:17:21 +0000 (05:17 -0700)]
Merge pull request #2417 from owncloud/trash_more_error_logs

add some error logs to the trash bin app

11 years agoadd some error logs to the trash bin app
Björn Schießle [Mon, 18 Mar 2013 11:08:34 +0000 (12:08 +0100)]
add some error logs to the trash bin app

11 years agoMerge pull request #2411 from owncloud/fix_magicquotes
Frank Karlitschek [Mon, 18 Mar 2013 09:37:01 +0000 (02:37 -0700)]
Merge pull request #2411 from owncloud/fix_magicquotes

remove deprecated call

11 years agoUpgraded infield labels plugin to the latest version. Updated invocation to opt-in...
Doug Neiner [Mon, 18 Mar 2013 03:21:34 +0000 (22:21 -0500)]
Upgraded infield labels plugin to the latest version. Updated invocation to opt-in to pollling at the same duration you were using before, 100ms

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 17 Mar 2013 23:06:55 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoremove deprecated call
Frank Karlitschek [Sun, 17 Mar 2013 21:05:45 +0000 (22:05 +0100)]
remove deprecated call

11 years agoMerge pull request #2204 from owncloud/chache_updater_rename
Frank Karlitschek [Sun, 17 Mar 2013 12:03:18 +0000 (05:03 -0700)]
Merge pull request #2204 from owncloud/chache_updater_rename

Cache: better rename hook for cache updater

11 years agoMerge pull request #2387 from owncloud/cron-session-close
Thomas Müller [Sun, 17 Mar 2013 01:22:45 +0000 (18:22 -0700)]
Merge pull request #2387 from owncloud/cron-session-close

Close sessions when doing background jobs

11 years agoClose sessions when doing background jobs
Robin Appelman [Sat, 16 Mar 2013 23:48:10 +0000 (00:48 +0100)]
Close sessions when doing background jobs

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 16 Mar 2013 23:02:13 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 16 Mar 2013 21:18:26 +0000 (22:18 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #2380 from henningoschwald/76bb5221c7a1b71f0d617c55e844c51e889a2c70
Bernhard Posselt [Sat, 16 Mar 2013 19:22:33 +0000 (12:22 -0700)]
Merge pull request #2380 from henningoschwald/76bb5221c7a1b71f0d617c55e844c51e889a2c70

Fixes keyboard accessibility of expandable settings

11 years agoMerge pull request #2383 from owncloud/error-handling-upgrade
Bernhard Posselt [Sat, 16 Mar 2013 19:17:31 +0000 (12:17 -0700)]
Merge pull request #2383 from owncloud/error-handling-upgrade

Add error handling to the file cache upgrade

11 years agoAdd error handling to the file cache upgrade
Michael Gapczynski [Sat, 16 Mar 2013 18:28:42 +0000 (14:28 -0400)]
Add error handling to the file cache upgrade

11 years agoRestores keyboard accessibility for expandable settings area.
Henning Oschwald [Fri, 15 Mar 2013 11:03:11 +0000 (12:03 +0100)]
Restores keyboard accessibility for expandable settings area.

Tabindex="0" makes the element focussable with the keyboard and
role="link" tells assistive technologies that this clickable span
element is supposed to be presented as a hyperlink.

11 years agoMerge pull request #2322 from PHLAK/master
Jan-Christoph Borchardt [Sat, 16 Mar 2013 13:31:16 +0000 (06:31 -0700)]
Merge pull request #2322 from PHLAK/master

Added 3rdparty folder as a git submodule

11 years agoMerge pull request #2360 from sherbrecher/master
Lukas Reschke [Fri, 15 Mar 2013 17:48:46 +0000 (10:48 -0700)]
Merge pull request #2360 from sherbrecher/master

files_external: fix for overlap if input controls

11 years agoMerge remote-tracking branch 'upstream/master'
sherbrecher [Fri, 15 Mar 2013 16:50:02 +0000 (17:50 +0100)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
apps/files_external/templates/settings.php

11 years agoDon't show storage space warning when the free space can't be determined
Robin Appelman [Fri, 15 Mar 2013 15:46:20 +0000 (16:46 +0100)]
Don't show storage space warning when the free space can't be determined

11 years agoDon't block uploads if the max upload size is unknown
Robin Appelman [Fri, 15 Mar 2013 15:40:36 +0000 (16:40 +0100)]
Don't block uploads if the max upload size is unknown

11 years agoImprove handeling of unlimited max upload size
Robin Appelman [Fri, 15 Mar 2013 15:31:35 +0000 (16:31 +0100)]
Improve handeling of unlimited max upload size

11 years agoMerge pull request #2350 from aschoenebeck/ignore_blacklisted_files
Bernhard Posselt [Fri, 15 Mar 2013 15:25:13 +0000 (08:25 -0700)]
Merge pull request #2350 from aschoenebeck/ignore_blacklisted_files

Filter display of blacklisted files