]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoFiles, trashbin, public apps use ajax/JSON for the file list
Vincent Petry [Mon, 28 Oct 2013 19:22:06 +0000 (20:22 +0100)]
Files, trashbin, public apps use ajax/JSON for the file list

Files app:

- removed file list template, now rendering list from JSON response
- FileList.addFile/addDir is now FileList.add() and takes a JS map with all required
  arguments instead of having a long number of function arguments
- added unit tests for many FileList operations
- fixed newfile.php, newfolder.php and rename.php to return the file's
  full JSON on success
- removed obsolete/unused undo code
- removed download_url / loading options, now using
  Files.getDownloadUrl() for that
- server side now uses Helper::getFileInfo() to prepare file JSON response
- previews are now client-side only

Breadcrumbs are now JS only:

- Added BreadCrumb class to handle breadcrumb rendering and events
- Added unit test for BreadCrumb class
- Moved all relevant JS functions to the BreadCrumb class

Public page now uses ajax to load the file list:

- Added Helper class in sharing app to make it easier to authenticate
  and retrieve the file's real path
- Added ajax/list.php to retrieve the file list
- Fixed FileActions and FileList to work with the ajax list

Core:

- Fixed file picker dialog to use the same list format as files app

10 years agoFixed parseQueryString to handle empty values and plus signs
Vincent Petry [Tue, 28 Jan 2014 15:16:09 +0000 (16:16 +0100)]
Fixed parseQueryString to handle empty values and plus signs

- now correctly parse query strings with '+' signs
- empty values are now parsed either as null or empty string
- added unit test for parseQueryString()

10 years agoMerge pull request #7989 from owncloud/files-deletefileregressionfix
Thomas Müller [Tue, 1 Apr 2014 20:54:05 +0000 (22:54 +0200)]
Merge pull request #7989 from owncloud/files-deletefileregressionfix

Fixed broken delete file action

10 years agoMerge pull request #7884 from owncloud/use-idn_to_ascii-if-available
Thomas Müller [Tue, 1 Apr 2014 20:51:23 +0000 (22:51 +0200)]
Merge pull request #7884 from owncloud/use-idn_to_ascii-if-available

idn_to_ascii is only used if available

10 years agoMerge pull request #7935 from owncloud/getpath-shared
Vincent Petry [Tue, 1 Apr 2014 19:59:09 +0000 (21:59 +0200)]
Merge pull request #7935 from owncloud/getpath-shared

Make getPath work for shared files

10 years agoMerge pull request #7817 from owncloud/app-navigation-for-apps
Morris Jobke [Tue, 1 Apr 2014 19:38:43 +0000 (21:38 +0200)]
Merge pull request #7817 from owncloud/app-navigation-for-apps

Makes #app-navigation a part of app management.

10 years agoMerge pull request #7997 from owncloud/correct-remember-trashbin-state
Bart Visscher [Tue, 1 Apr 2014 19:23:53 +0000 (21:23 +0200)]
Merge pull request #7997 from owncloud/correct-remember-trashbin-state

Correct the remembering of the trashbin app state in encryption test

10 years agoRemember before change works better
Bart Visscher [Wed, 18 Sep 2013 20:06:45 +0000 (22:06 +0200)]
Remember before change works better

10 years agoMerge pull request #7986 from owncloud/files-fixredirectwhendirnotexists
Vincent Petry [Tue, 1 Apr 2014 14:51:30 +0000 (16:51 +0200)]
Merge pull request #7986 from owncloud/files-fixredirectwhendirnotexists

Fix dirInfo check when dir does not exist

10 years agoMerge pull request #7984 from owncloud/wording-applicable2
Morris Jobke [Tue, 1 Apr 2014 14:44:31 +0000 (16:44 +0200)]
Merge pull request #7984 from owncloud/wording-applicable2

External Storage: change confusing 'applicable' to 'available for', default to »All Users«

10 years agoFixed broken delete file action
Vincent Petry [Tue, 1 Apr 2014 14:09:48 +0000 (16:09 +0200)]
Fixed broken delete file action

10 years agoMerge pull request #7696 from owncloud/chunk-remainingspacefix
Vincent Petry [Tue, 1 Apr 2014 14:09:19 +0000 (16:09 +0200)]
Merge pull request #7696 from owncloud/chunk-remainingspacefix

Fixed chunking and insufficient storage check

10 years agoFix dirInfo check when dir does not exist
Vincent Petry [Tue, 1 Apr 2014 13:15:03 +0000 (15:15 +0200)]
Fix dirInfo check when dir does not exist

10 years agoMerge pull request #7293 from owncloud/update-shares-postgres
Vincent Petry [Tue, 1 Apr 2014 12:56:37 +0000 (14:56 +0200)]
Merge pull request #7293 from owncloud/update-shares-postgres

fix update to remove shares where file doesn't exist on postgres

10 years agoexternal storage: set storages to be available for All Users by default
Jan-Christoph Borchardt [Tue, 1 Apr 2014 12:28:33 +0000 (14:28 +0200)]
external storage: set storages to be available for All Users by default

10 years agoexternal storage: change confusing 'applicable' to 'available for'
Jan-Christoph Borchardt [Tue, 1 Apr 2014 12:26:06 +0000 (14:26 +0200)]
external storage: change confusing 'applicable' to 'available for'

10 years agoMerge pull request #7940 from owncloud/settings-userlistajaxcallfix
blizzz [Tue, 1 Apr 2014 12:17:05 +0000 (14:17 +0200)]
Merge pull request #7940 from owncloud/settings-userlistajaxcallfix

Fixed user list offset call

10 years agoMerge pull request #7912 from owncloud/enc_move_checks_to_pre_hook
Björn Schießle [Tue, 1 Apr 2014 11:56:46 +0000 (13:56 +0200)]
Merge pull request #7912 from owncloud/enc_move_checks_to_pre_hook

move check if a file should be encrypted to the pre hook

10 years agoMerge pull request #7943 from hjort/master
Vincent Petry [Tue, 1 Apr 2014 10:57:16 +0000 (12:57 +0200)]
Merge pull request #7943 from hjort/master

Correction: failure on sharing when user ID was prefixed by zero

10 years agoMerge pull request #7975 from owncloud/fix-7973-master-2
Vincent Petry [Tue, 1 Apr 2014 10:38:47 +0000 (12:38 +0200)]
Merge pull request #7975 from owncloud/fix-7973-master-2

remove pl_PL - fixes #7973

10 years agoMerge pull request #7915 from owncloud/replace-personalblock
Vincent Petry [Tue, 1 Apr 2014 09:20:16 +0000 (11:20 +0200)]
Merge pull request #7915 from owncloud/replace-personalblock

Replace personalblock with .section

10 years agoMerge pull request #7966 from owncloud/url_generation_hack
Morris Jobke [Tue, 1 Apr 2014 08:59:53 +0000 (10:59 +0200)]
Merge pull request #7966 from owncloud/url_generation_hack

Check if web root has already been appended

10 years agoapply proposed change
Morris Jobke [Tue, 1 Apr 2014 08:48:55 +0000 (10:48 +0200)]
apply proposed change

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 1 Apr 2014 05:56:15 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7967 from owncloud/sharing_fix_select_statement
Björn Schießle [Mon, 31 Mar 2014 19:34:42 +0000 (21:34 +0200)]
Merge pull request #7967 from owncloud/sharing_fix_select_statement

select statement always need to contain file_source respectively item_source

10 years agoremove pl_PL - fixes #7973
Thomas Müller [Mon, 31 Mar 2014 16:03:42 +0000 (18:03 +0200)]
remove pl_PL - fixes #7973

10 years agoMerge pull request #7916 from owncloud/fix-input-sizes
Morris Jobke [Mon, 31 Mar 2014 13:56:19 +0000 (15:56 +0200)]
Merge pull request #7916 from owncloud/fix-input-sizes

Fix input sizes

10 years agodon't call getFileInfo() to avoid to open the same file twice
Bjoern Schiessle [Mon, 31 Mar 2014 10:43:38 +0000 (12:43 +0200)]
don't call getFileInfo() to avoid to open the same file twice

10 years agomove check if a file should be encrypted to the pre hook
Bjoern Schiessle [Thu, 27 Mar 2014 12:49:48 +0000 (13:49 +0100)]
move check if a file should be encrypted to the pre hook

10 years agoselect statement always need to contain file_source respectively item_source
Bjoern Schiessle [Mon, 31 Mar 2014 13:02:02 +0000 (15:02 +0200)]
select statement always need to contain file_source respectively item_source

10 years agoImprove phpdoc
Robin Appelman [Mon, 31 Mar 2014 12:29:55 +0000 (14:29 +0200)]
Improve phpdoc

10 years agoCheck if web root has already been appended
Thomas Tanghus [Mon, 31 Mar 2014 12:24:38 +0000 (14:24 +0200)]
Check if web root has already been appended

10 years agomerge CSS rules
Morris Jobke [Mon, 31 Mar 2014 11:51:53 +0000 (13:51 +0200)]
merge CSS rules

10 years agoexternal storage: fix merge conflict, indentation
Jan-Christoph Borchardt [Mon, 31 Mar 2014 11:12:04 +0000 (13:12 +0200)]
external storage: fix merge conflict, indentation

10 years agoreplace last personalblock fieldset within files_external
Jan-Christoph Borchardt [Mon, 31 Mar 2014 11:00:46 +0000 (13:00 +0200)]
replace last personalblock fieldset within files_external

10 years agofix duplicate rules for button/input styles, em to px
Jan-Christoph Borchardt [Mon, 31 Mar 2014 10:27:26 +0000 (12:27 +0200)]
fix duplicate rules for button/input styles, em to px

10 years agoMerge pull request #7939 from owncloud/wring_redirect_on_login
Vincent Petry [Mon, 31 Mar 2014 08:50:05 +0000 (10:50 +0200)]
Merge pull request #7939 from owncloud/wring_redirect_on_login

Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 31 Mar 2014 05:55:43 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoRemoves highlighting of selected items, padding from apps management.
raghunayyar [Sun, 30 Mar 2014 10:18:47 +0000 (15:48 +0530)]
Removes highlighting of selected items, padding from apps management.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 30 Mar 2014 05:55:42 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoSub-dir was prepended twice
Thomas Tanghus [Sat, 29 Mar 2014 19:40:49 +0000 (20:40 +0100)]
Sub-dir was prepended twice

10 years agoSub-dir was prepended twice
Thomas Tanghus [Sat, 29 Mar 2014 19:39:55 +0000 (20:39 +0100)]
Sub-dir was prepended twice

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 29 Mar 2014 05:55:44 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #7845 from duritong/fix_submodule_url
Thomas Müller [Fri, 28 Mar 2014 20:54:50 +0000 (21:54 +0100)]
Merge pull request #7845 from duritong/fix_submodule_url

use https as submodule url

10 years agoMerge pull request #7932 from owncloud/update-phpdoc-statement-wrapper-master
Morris Jobke [Fri, 28 Mar 2014 20:20:09 +0000 (21:20 +0100)]
Merge pull request #7932 from owncloud/update-phpdoc-statement-wrapper-master

adding @method annotation to declare methods which can be called on the ...

10 years agoCorrection: failure on sharing when user ID was prefixed by zero
Rodrigo Hjort [Fri, 28 Mar 2014 18:08:59 +0000 (15:08 -0300)]
Correction: failure on sharing when user ID was prefixed by zero

10 years agoFixed user list offset call
Vincent Petry [Fri, 28 Mar 2014 17:12:21 +0000 (18:12 +0100)]
Fixed user list offset call

10 years agoUse UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936
Thomas Tanghus [Fri, 28 Mar 2014 17:05:48 +0000 (18:05 +0100)]
Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936

10 years agoMerge pull request #7934 from owncloud/addEventToExpirationDate
Vincent Petry [Fri, 28 Mar 2014 16:35:20 +0000 (17:35 +0100)]
Merge pull request #7934 from owncloud/addEventToExpirationDate

Emit event after setting a new expiration for a share

10 years agoImplement getPath for shared files
Robin Appelman [Fri, 28 Mar 2014 14:26:15 +0000 (15:26 +0100)]
Implement getPath for shared files

10 years agoGive storages the option to implement the getById behaviour for View->getPath
Robin Appelman [Thu, 27 Mar 2014 15:43:34 +0000 (16:43 +0100)]
Give storages the option to implement the getById behaviour for View->getPath

10 years agoMerge pull request #7770 from jamesryanbell/master
Morris Jobke [Fri, 28 Mar 2014 14:14:12 +0000 (15:14 +0100)]
Merge pull request #7770 from jamesryanbell/master

SVG support detection

10 years agoEmit event after setting a new expiration for a share
Morris Jobke [Fri, 28 Mar 2014 14:00:13 +0000 (15:00 +0100)]
Emit event after setting a new expiration for a share

all credits to @frisco82
https://github.com/owncloud/core/pull/5335

10 years agoMerge pull request #7929 from owncloud/enc_dont_write_file_if_enc_fails
Björn Schießle [Fri, 28 Mar 2014 13:59:05 +0000 (14:59 +0100)]
Merge pull request #7929 from owncloud/enc_dont_write_file_if_enc_fails

don't write file if opening a stream to encrypt the data fails

10 years agoMerge pull request #7824 from owncloud/hash-parameter-order
Thomas Müller [Fri, 28 Mar 2014 12:06:07 +0000 (13:06 +0100)]
Merge pull request #7824 from owncloud/hash-parameter-order

Fix parameter order for Storage\Local::hash

10 years agoadding @method annotation to declare methods which can be called on the wrapped state...
Thomas Müller [Fri, 28 Mar 2014 11:57:27 +0000 (12:57 +0100)]
adding @method annotation to declare methods which can be called on the wrapped statement object

10 years agoMerge pull request #7879 from owncloud/sharing_cleanup_public_api
Vincent Petry [Fri, 28 Mar 2014 11:23:11 +0000 (12:23 +0100)]
Merge pull request #7879 from owncloud/sharing_cleanup_public_api

sharing api cleanup, first step

10 years agoMerge pull request #7613 from owncloud/fix_urlGenerator2
Vincent Petry [Fri, 28 Mar 2014 11:12:49 +0000 (12:12 +0100)]
Merge pull request #7613 from owncloud/fix_urlGenerator2

Add \OC::$WEBROOT to URLGenerator::getAbsoluteURL()

10 years agoFix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.
Thomas Müller [Fri, 28 Mar 2014 11:07:44 +0000 (12:07 +0100)]
Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.

Squashed commit of the following:

commit eaf4f43f687db59137a0b00bc0e12ed4eb0d0943
Merge: 1e9c5be 1e7d7bd
Author: Thomas Müller <thomas.mueller@tmit.eu>
Date:   Fri Mar 28 11:49:04 2014 +0100

    Merge branch 'master' of https://github.com/kev300/core into kev300-master

commit 1e7d7bdd8b5c7f301501cb822cdf2ef0ad3f2872
Author: kev300 <admin@gadeco.de>
Date:   Tue Dec 17 14:11:42 2013 +0100

    Update util.php

commit 3f0723f054a27a506be7f26932ccb54fff6f2be9
Author: kev300 <admin@gadeco.de>
Date:   Tue Dec 17 14:09:15 2013 +0100

    Update util.php

commit 512176abdcfbe5b2b060b91033abc9608912d1f8
Author: kev300 <admin@gadeco.de>
Date:   Tue Dec 17 14:02:04 2013 +0100

    Update util.php

commit 6cbefd080188d287024e0b047b88dd4525d6c2c1
Author: kev300 <admin@gadeco.de>
Date:   Mon Dec 16 16:44:46 2013 +0100

    Update util.php

    Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.

10 years agoMerge pull request #7829 from owncloud/cachefolderlocation
Vincent Petry [Fri, 28 Mar 2014 11:08:38 +0000 (12:08 +0100)]
Merge pull request #7829 from owncloud/cachefolderlocation

Cache folder is now configurable

10 years agodon't write file if opening a stream to encrypt the data fails
Bjoern Schiessle [Fri, 28 Mar 2014 11:02:49 +0000 (12:02 +0100)]
don't write file if opening a stream to encrypt the data fails

10 years agoMerge pull request #7703 from rnveach/jstest
Thomas Müller [Fri, 28 Mar 2014 10:41:21 +0000 (11:41 +0100)]
Merge pull request #7703 from rnveach/jstest

Fixing issues found with running 'autotest-js' locally

10 years agoMerge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup
Vincent Petry [Fri, 28 Mar 2014 10:33:57 +0000 (11:33 +0100)]
Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup

Cleanup the fileproxy proxies on test bootstrap

10 years agoMerge pull request #7872 from owncloud/trash-disablestoragestats
Björn Schießle [Fri, 28 Mar 2014 10:22:19 +0000 (11:22 +0100)]
Merge pull request #7872 from owncloud/trash-disablestoragestats

Do not retrieve storage stats for trash bin

10 years agoDo not retrieve storage stats for trash bin
Vincent Petry [Tue, 25 Mar 2014 10:00:01 +0000 (11:00 +0100)]
Do not retrieve storage stats for trash bin

10 years agoMerge pull request #7842 from Xenopathic/files_external_config_optional
Robin McCorkell [Fri, 28 Mar 2014 10:02:28 +0000 (10:02 +0000)]
Merge pull request #7842 from Xenopathic/files_external_config_optional

Enable the use of 'optional' on password fields for mount configuration

10 years agoMerge pull request #7720 from ideaship/autoconfig_fix
Vincent Petry [Fri, 28 Mar 2014 09:41:46 +0000 (10:41 +0100)]
Merge pull request #7720 from ideaship/autoconfig_fix

fix autoconfig

10 years agoMerge pull request #7107 from owncloud/load-apps-proper-master
Thomas Müller [Fri, 28 Mar 2014 09:33:55 +0000 (10:33 +0100)]
Merge pull request #7107 from owncloud/load-apps-proper-master

Load apps proper master

10 years agoMerge pull request #7724 from owncloud/mobile
Thomas Müller [Fri, 28 Mar 2014 09:27:15 +0000 (10:27 +0100)]
Merge pull request #7724 from owncloud/mobile

[WIP] Mobile optimization for base layout and Files app

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 28 Mar 2014 05:55:47 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoprevent dimmed ocdialog div from scrolling
Jörn Friedrich Dreyer [Wed, 26 Mar 2014 16:48:33 +0000 (17:48 +0100)]
prevent dimmed ocdialog div from scrolling

10 years agoMerge pull request #7913 from owncloud/fix-logo
Morris Jobke [Fri, 28 Mar 2014 01:29:35 +0000 (02:29 +0100)]
Merge pull request #7913 from owncloud/fix-logo

fix SVG replacement for logo so it works in IE8, fix #7866

10 years agofix breadcrumbs for IE8
Morris Jobke [Thu, 27 Mar 2014 22:53:19 +0000 (23:53 +0100)]
fix breadcrumbs for IE8

10 years agoMerge pull request #7911 from owncloud/ext-fixswifttouchoperation
Vincent Petry [Thu, 27 Mar 2014 17:10:45 +0000 (18:10 +0100)]
Merge pull request #7911 from owncloud/ext-fixswifttouchoperation

Fix swift touch operation

10 years agoconvert input metrics to px
Jan-Christoph Borchardt [Thu, 27 Mar 2014 16:13:36 +0000 (17:13 +0100)]
convert input metrics to px

10 years agoremove additional radio button width declaration
Jan-Christoph Borchardt [Thu, 27 Mar 2014 16:13:12 +0000 (17:13 +0100)]
remove additional radio button width declaration

10 years agoremove CSS rules for personalblock, remove it from core
Jan-Christoph Borchardt [Thu, 27 Mar 2014 15:42:08 +0000 (16:42 +0100)]
remove CSS rules for personalblock, remove it from core

10 years agoreplace personalblock fieldset with section class in core user_ apps
Jan-Christoph Borchardt [Thu, 27 Mar 2014 15:41:16 +0000 (16:41 +0100)]
replace personalblock fieldset with section class in core user_ apps

10 years agoreplace personalblock fieldset with section class in files apps
Jan-Christoph Borchardt [Thu, 27 Mar 2014 15:35:34 +0000 (16:35 +0100)]
replace personalblock fieldset with section class in files apps

10 years agoreplace personalblock fieldset with section div in admin and personal settings
Jan-Christoph Borchardt [Thu, 27 Mar 2014 15:28:05 +0000 (16:28 +0100)]
replace personalblock fieldset with section div in admin and personal settings

10 years agogeneral styles for the content area
Jan-Christoph Borchardt [Thu, 27 Mar 2014 15:06:37 +0000 (16:06 +0100)]
general styles for the content area

10 years agoenable SVG->PNG fallback for 'New' menu
Jan-Christoph Borchardt [Thu, 27 Mar 2014 13:48:54 +0000 (14:48 +0100)]
enable SVG->PNG fallback for 'New' menu

10 years agoenable SVG->PNG fallback for newly uploaded files and folders
Jan-Christoph Borchardt [Thu, 27 Mar 2014 13:48:35 +0000 (14:48 +0100)]
enable SVG->PNG fallback for newly uploaded files and folders

10 years agospecify logo to not repeat when container is bigger
Jan-Christoph Borchardt [Thu, 27 Mar 2014 13:37:41 +0000 (14:37 +0100)]
specify logo to not repeat when container is bigger

10 years agofix SVG replacement for logo so it works in IE8, fix #7866
Jan-Christoph Borchardt [Thu, 27 Mar 2014 13:31:24 +0000 (14:31 +0100)]
fix SVG replacement for logo so it works in IE8, fix #7866

10 years agoFix swift touch operation
Vincent Petry [Thu, 27 Mar 2014 11:34:30 +0000 (12:34 +0100)]
Fix swift touch operation

The touch() operation now uses "UpdateMetadata()" instead of "Update()"
which doesn't clear the object's contents.

This fixes syncing, as the sync client needs to use touch to update the
object's mtime.

10 years agoMerge pull request #7875 from Xenopathic/files_external_smb_auto
Vincent Petry [Thu, 27 Mar 2014 11:18:51 +0000 (12:18 +0100)]
Merge pull request #7875 from Xenopathic/files_external_smb_auto

SMB/CIFS mounts using ownCloud login, fixes #7843

10 years agoMerge pull request #7898 from owncloud/ext-swiftmtime
Vincent Petry [Thu, 27 Mar 2014 08:31:37 +0000 (09:31 +0100)]
Merge pull request #7898 from owncloud/ext-swiftmtime

Fixed mtime reading from OpenStack API

10 years agoMerge pull request #7902 from owncloud/ext-xsendfileextstoragefix
Vincent Petry [Thu, 27 Mar 2014 08:31:17 +0000 (09:31 +0100)]
Merge pull request #7902 from owncloud/ext-xsendfileextstoragefix

Use the correct resolve method to resolve file storage (x-sendfile)

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 27 Mar 2014 05:56:30 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoUse the correct resolve method to resolve file storage
Vincent Petry [Wed, 26 Mar 2014 17:14:35 +0000 (18:14 +0100)]
Use the correct resolve method to resolve file storage

When detecting whether the file to be downloaded is on external storage,
the correct path needs to be used.

It turns out that \OC\Files\View is needed to resolve the path correctly
relative to the user's home.

10 years agoFixed mtime reading from OpenStack API
Vincent Petry [Wed, 26 Mar 2014 16:20:40 +0000 (17:20 +0100)]
Fixed mtime reading from OpenStack API

The API seems to return floating point values, which prevents
the hasUpdated() check to work and causes the scanner to rescan
everything every time.

10 years agoMerge pull request #7893 from owncloud/no-routed-link-for-css-files
Thomas Müller [Wed, 26 Mar 2014 15:48:54 +0000 (16:48 +0100)]
Merge pull request #7893 from owncloud/no-routed-link-for-css-files

css files are not to be routed through index.php anymore

10 years agoMerge pull request #7896 from Xenopathic/misc_text_fixes
Thomas Müller [Wed, 26 Mar 2014 15:47:24 +0000 (16:47 +0100)]
Merge pull request #7896 from Xenopathic/misc_text_fixes

Miscellaneous text fixes for core apps

10 years agoMiscellaneous text fixes for core apps
Robin McCorkell [Wed, 26 Mar 2014 15:43:03 +0000 (15:43 +0000)]
Miscellaneous text fixes for core apps

10 years agochange mobile breakpoint for shared view to 768px as well
Jan-Christoph Borchardt [Wed, 26 Mar 2014 15:32:09 +0000 (16:32 +0100)]
change mobile breakpoint for shared view to 768px as well

10 years agoUse braces on single line if statements
Robin McCorkell [Wed, 26 Mar 2014 15:11:09 +0000 (15:11 +0000)]
Use braces on single line if statements

10 years agoMerge pull request #7889 from owncloud/routing-warning
Vincent Petry [Wed, 26 Mar 2014 14:52:31 +0000 (15:52 +0100)]
Merge pull request #7889 from owncloud/routing-warning

Fix undefined index warning in router

10 years agoFix error in $isPersonal setting
Robin McCorkell [Wed, 26 Mar 2014 11:22:47 +0000 (11:22 +0000)]
Fix error in $isPersonal setting

10 years agocss files are not to be routed through index.php anymore
Thomas Müller [Wed, 26 Mar 2014 14:36:55 +0000 (15:36 +0100)]
css files are not to be routed through index.php anymore