]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agomake use of the fact that stream_read will always read 8192 bytes for encryption...
Robin Appelman [Tue, 17 Apr 2012 21:10:14 +0000 (23:10 +0200)]
make use of the fact that stream_read will always read 8192 bytes for encryption stream

https://bugs.php.net/bug.php?id=21641

12 years agobugfixes for encryption library and test cases
Robin Appelman [Tue, 17 Apr 2012 18:56:53 +0000 (20:56 +0200)]
bugfixes for encryption library and test cases

12 years agocheck if PHP mod GD is installed
Arthur Schiwon [Tue, 17 Apr 2012 17:09:41 +0000 (19:09 +0200)]
check if PHP mod GD is installed

12 years agocheck if PHP mod JSON is installed
Arthur Schiwon [Tue, 17 Apr 2012 17:06:45 +0000 (19:06 +0200)]
check if PHP mod JSON is installed

12 years agotest data for archives
Robin Appelman [Tue, 17 Apr 2012 16:04:06 +0000 (18:04 +0200)]
test data for archives

12 years agoupload arrow has full opacity, button is highlighted for new users and empty folders
Jan-Christoph Borchardt [Tue, 17 Apr 2012 12:29:02 +0000 (14:29 +0200)]
upload arrow has full opacity, button is highlighted for new users and empty folders

12 years agoLDAP: don't forget to unbind
Arthur Schiwon [Mon, 16 Apr 2012 16:03:02 +0000 (18:03 +0200)]
LDAP: don't forget to unbind

12 years agochecked, works for me
Arthur Schiwon [Mon, 16 Apr 2012 15:31:39 +0000 (17:31 +0200)]
checked, works for me

12 years agogroup ldap: check configuration
Arthur Schiwon [Mon, 16 Apr 2012 15:28:58 +0000 (17:28 +0200)]
group ldap: check configuration

12 years agogroup LDAP: implement groupExists function, needed for Sharing
Arthur Schiwon [Mon, 16 Apr 2012 14:23:00 +0000 (16:23 +0200)]
group LDAP: implement groupExists function, needed for Sharing

12 years agoOC_Group does expect object, not string
Arthur Schiwon [Mon, 16 Apr 2012 13:04:10 +0000 (15:04 +0200)]
OC_Group does expect object, not string

12 years agominor code beautification
Arthur Schiwon [Mon, 16 Apr 2012 11:27:20 +0000 (13:27 +0200)]
minor code beautification

12 years agouse the right attribute for member retrieval
Arthur Schiwon [Mon, 16 Apr 2012 11:26:54 +0000 (13:26 +0200)]
use the right attribute for member retrieval

12 years agoa string be a string
Arthur Schiwon [Mon, 16 Apr 2012 09:47:36 +0000 (11:47 +0200)]
a string be a string

12 years agodont show action text for folders bold
Robin Appelman [Mon, 16 Apr 2012 11:14:41 +0000 (13:14 +0200)]
dont show action text for folders bold

12 years agofix delete button not always disapearing
Robin Appelman [Mon, 16 Apr 2012 11:11:41 +0000 (13:11 +0200)]
fix delete button not always disapearing

12 years agofix 2 potential xss problems
Robin Appelman [Mon, 16 Apr 2012 10:59:08 +0000 (12:59 +0200)]
fix 2 potential xss problems

12 years agoadding sticker logo jpg
Jan-Christoph Borchardt [Mon, 16 Apr 2012 10:57:17 +0000 (12:57 +0200)]
adding sticker logo jpg

12 years agoimproving leftcontent display, increasing item height
Jan-Christoph Borchardt [Mon, 16 Apr 2012 10:52:48 +0000 (12:52 +0200)]
improving leftcontent display, increasing item height

12 years agoreload log after changing log level
Robin Appelman [Mon, 16 Apr 2012 10:27:21 +0000 (12:27 +0200)]
reload log after changing log level

12 years agomerge log into admin
Robin Appelman [Mon, 16 Apr 2012 10:21:12 +0000 (12:21 +0200)]
merge log into admin

12 years agoupdated logos and icons
Jan-Christoph Borchardt [Mon, 16 Apr 2012 09:34:00 +0000 (11:34 +0200)]
updated logos and icons

12 years agofix creating unique filenames
Robin Appelman [Mon, 16 Apr 2012 08:58:40 +0000 (10:58 +0200)]
fix creating unique filenames

12 years agofix group backend
Robin Appelman [Mon, 16 Apr 2012 08:36:21 +0000 (10:36 +0200)]
fix group backend

12 years agoreturn user specific paths from oc_filecache::getpath
Robin Appelman [Mon, 16 Apr 2012 08:06:52 +0000 (10:06 +0200)]
return user specific paths from oc_filecache::getpath

12 years agoimproving file actions also for multiselect
Jan-Christoph Borchardt [Sun, 15 Apr 2012 15:49:40 +0000 (17:49 +0200)]
improving file actions also for multiselect

12 years agotooltip for delete shows up to the left
Jan-Christoph Borchardt [Sun, 15 Apr 2012 15:40:58 +0000 (17:40 +0200)]
tooltip for delete shows up to the left

12 years agofixing file action positioning
Jan-Christoph Borchardt [Sun, 15 Apr 2012 15:34:52 +0000 (17:34 +0200)]
fixing file action positioning

12 years agocreate a new filename when the uploaded file already exist
Robin Appelman [Sun, 15 Apr 2012 15:30:07 +0000 (17:30 +0200)]
create a new filename when the uploaded file already exist

12 years agoFix password is being saved even if not changed
Bart Visscher [Sun, 15 Apr 2012 15:09:11 +0000 (17:09 +0200)]
Fix password is being saved even if not changed

Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-303
12 years agoOC_Group_Backend.php misses function groupexists
Bart Visscher [Sun, 15 Apr 2012 14:28:31 +0000 (16:28 +0200)]
OC_Group_Backend.php misses function groupexists

Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182

12 years agoAdd well-known redirects to htaccess
Bart Visscher [Sun, 15 Apr 2012 13:49:11 +0000 (15:49 +0200)]
Add well-known redirects to htaccess

Fixes:
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Sun, 15 Apr 2012 15:09:54 +0000 (15:09 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoUpdate ace
Tom Needham [Sun, 15 Apr 2012 15:09:37 +0000 (15:09 +0000)]
Update ace

12 years agofixing oc-375 - a number is appended tp the filename
Thomas Müller [Sun, 15 Apr 2012 14:59:39 +0000 (16:59 +0200)]
fixing oc-375 - a number is appended tp the filename

12 years agoDisplay correct URL in caldav and carddav paths
Jakob Sack [Sun, 15 Apr 2012 14:48:25 +0000 (16:48 +0200)]
Display correct URL in caldav and carddav paths

12 years agoRemove useless, unmaintained dav.php
Jakob Sack [Sat, 14 Apr 2012 10:52:17 +0000 (12:52 +0200)]
Remove useless, unmaintained dav.php

12 years agodont try to view psd files
Robin Appelman [Sun, 15 Apr 2012 14:26:08 +0000 (16:26 +0200)]
dont try to view psd files

12 years agodont allow draging files to the current directory
Robin Appelman [Sun, 15 Apr 2012 14:06:16 +0000 (16:06 +0200)]
dont allow draging files to the current directory

12 years agofix filecache rename hook
Robin Appelman [Sun, 15 Apr 2012 14:04:21 +0000 (16:04 +0200)]
fix filecache rename hook

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Sun, 15 Apr 2012 14:02:13 +0000 (14:02 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoRemove google web font
Tom Needham [Sun, 15 Apr 2012 14:01:59 +0000 (14:01 +0000)]
Remove google web font

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Thomas Müller [Sun, 15 Apr 2012 14:01:06 +0000 (16:01 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agopdfjs updated from github
Thomas Müller [Sun, 15 Apr 2012 13:59:31 +0000 (15:59 +0200)]
pdfjs updated from github

12 years agoBookmarks: handle input with & and ?, fixes oc-201
Arthur Schiwon [Sun, 15 Apr 2012 13:53:30 +0000 (15:53 +0200)]
Bookmarks: handle input with & and ?, fixes oc-201

12 years agodo no offer 'undo delete' on opera
Robin Appelman [Sun, 15 Apr 2012 13:48:02 +0000 (15:48 +0200)]
do no offer 'undo delete' on opera

opera lacks the onunload to make it work

12 years agoremove unused css
Tom Needham [Sun, 15 Apr 2012 13:44:43 +0000 (13:44 +0000)]
remove unused css

12 years agoForce Files app to top of app menu
Tom Needham [Sun, 15 Apr 2012 13:41:22 +0000 (13:41 +0000)]
Force Files app to top of app menu

12 years agosanity check on language selection
Robin Appelman [Sun, 15 Apr 2012 13:35:20 +0000 (15:35 +0200)]
sanity check on language selection

12 years agoclean the collection view after rescanning
Robin Appelman [Sun, 15 Apr 2012 13:18:45 +0000 (15:18 +0200)]
clean the collection view after rescanning

12 years agoenable archive support on default
Robin Appelman [Sun, 15 Apr 2012 11:41:00 +0000 (13:41 +0200)]
enable archive support on default

12 years agoonly run archive tests if the test data is available
Robin Appelman [Sun, 15 Apr 2012 11:34:54 +0000 (13:34 +0200)]
only run archive tests if the test data is available

12 years agoonly run tests of enabled apps
Robin Appelman [Sun, 15 Apr 2012 11:33:49 +0000 (13:33 +0200)]
only run tests of enabled apps

12 years agogroup LDAP: simple basic tests
Arthur Schiwon [Sun, 15 Apr 2012 12:49:45 +0000 (14:49 +0200)]
group LDAP: simple basic tests

12 years agogroup LDAP: usersInGroup not getUsersInGroup
Arthur Schiwon [Sun, 15 Apr 2012 12:47:33 +0000 (14:47 +0200)]
group LDAP: usersInGroup not getUsersInGroup

offer static readonly properties

12 years agodon't forget changes in lib_ldap for last commit
Arthur Schiwon [Sun, 15 Apr 2012 12:21:38 +0000 (14:21 +0200)]
don't forget changes in lib_ldap for last commit

12 years agogroup LDAP: implemented getUsersInGroup()
Arthur Schiwon [Sun, 15 Apr 2012 12:20:33 +0000 (14:20 +0200)]
group LDAP: implemented getUsersInGroup()

12 years agogroup LDAP: implemented getUserGroups()
Arthur Schiwon [Sun, 15 Apr 2012 11:56:14 +0000 (13:56 +0200)]
group LDAP: implemented getUserGroups()

12 years agotypo
Arthur Schiwon [Sun, 15 Apr 2012 11:39:10 +0000 (13:39 +0200)]
typo

12 years agogroup LDAP: implemented inGroup()
Arthur Schiwon [Sun, 15 Apr 2012 11:37:35 +0000 (13:37 +0200)]
group LDAP: implemented inGroup()

12 years agofixing opacity and fading, also for IE
Jan-Christoph Borchardt [Sun, 15 Apr 2012 12:37:42 +0000 (14:37 +0200)]
fixing opacity and fading, also for IE

12 years agodisplay file actions perfectly
Jan-Christoph Borchardt [Sun, 15 Apr 2012 12:15:11 +0000 (14:15 +0200)]
display file actions perfectly

12 years agoincreasing the file row height a bit
Jan-Christoph Borchardt [Sun, 15 Apr 2012 11:34:16 +0000 (13:34 +0200)]
increasing the file row height a bit

12 years agorenamed extention to extension, also now only showing lowercase
Jan-Christoph Borchardt [Sun, 15 Apr 2012 11:32:45 +0000 (13:32 +0200)]
renamed extention to extension, also now only showing lowercase

12 years agoshow text for file actions
Jan-Christoph Borchardt [Sun, 15 Apr 2012 11:28:11 +0000 (13:28 +0200)]
show text for file actions

12 years agofixed settings hover, now whole row sensitive and fading not jerky
Jan-Christoph Borchardt [Sun, 15 Apr 2012 10:23:01 +0000 (12:23 +0200)]
fixed settings hover, now whole row sensitive and fading not jerky

12 years agoadd span around fileactions
Robin Appelman [Sun, 15 Apr 2012 11:25:31 +0000 (13:25 +0200)]
add span around fileactions

12 years agoadd public api to get the file id from the cache
Robin Appelman [Sun, 15 Apr 2012 09:44:04 +0000 (11:44 +0200)]
add public api to get the file id from the cache

12 years agofix installing shipped apps
Robin Appelman [Sun, 15 Apr 2012 09:05:55 +0000 (11:05 +0200)]
fix installing shipped apps

12 years agofix getAppVersion error
Bartek Przybylski [Sat, 14 Apr 2012 22:05:28 +0000 (00:05 +0200)]
fix getAppVersion error

12 years agofirefighting Robin-breakage
Jan-Christoph Borchardt [Sat, 14 Apr 2012 17:04:49 +0000 (19:04 +0200)]
firefighting Robin-breakage

12 years agodon't rely on the old version in info.xml anymore
Robin Appelman [Sat, 14 Apr 2012 17:01:32 +0000 (19:01 +0200)]
don't rely on the old version in info.xml anymore

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Jan-Christoph Borchardt [Sat, 14 Apr 2012 16:56:55 +0000 (18:56 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoimproved installation instructions
Jan-Christoph Borchardt [Sat, 14 Apr 2012 16:44:32 +0000 (18:44 +0200)]
improved installation instructions

12 years agoimproved updater wording
Jan-Christoph Borchardt [Sat, 14 Apr 2012 16:41:09 +0000 (18:41 +0200)]
improved updater wording

12 years agoContact: Don't use non core class in appinfo/app.php
Bart Visscher [Sat, 14 Apr 2012 16:34:59 +0000 (18:34 +0200)]
Contact: Don't use non core class in appinfo/app.php

12 years agoTypo fix (breif->brief)
Bart Visscher [Sat, 14 Apr 2012 16:31:37 +0000 (18:31 +0200)]
Typo fix (breif->brief)

12 years agoFix default database type string
Bart Visscher [Sat, 14 Apr 2012 16:30:13 +0000 (18:30 +0200)]
Fix default database type string

12 years agoUse offset function to position block elements
Bart Visscher [Sat, 14 Apr 2012 16:15:21 +0000 (18:15 +0200)]
Use offset function to position block elements

12 years agofew pieces of documentation
Arthur Schiwon [Sat, 14 Apr 2012 16:26:46 +0000 (18:26 +0200)]
few pieces of documentation

12 years agotypo
Robin Appelman [Sat, 14 Apr 2012 16:09:31 +0000 (18:09 +0200)]
typo

12 years agogive back expected result types as long as logic is not there yet
Arthur Schiwon [Sat, 14 Apr 2012 16:08:19 +0000 (18:08 +0200)]
give back expected result types as long as logic is not there yet

12 years agotest for ldap group backend
Arthur Schiwon [Sat, 14 Apr 2012 16:05:52 +0000 (18:05 +0200)]
test for ldap group backend

12 years agostarting to create the ldap group backend (with some inspiration from Yoann Gini...
Arthur Schiwon [Sat, 14 Apr 2012 16:05:29 +0000 (18:05 +0200)]
starting to create the ldap group backend (with some inspiration from Yoann Gini) and preparing an general LDAP class

12 years agocache app types in the db
Robin Appelman [Sat, 14 Apr 2012 15:53:02 +0000 (17:53 +0200)]
cache app types in the db

12 years agouse the correct array indexes...
Robin Appelman [Sat, 14 Apr 2012 15:52:49 +0000 (17:52 +0200)]
use the correct array indexes...

12 years agoincrease opacity of search field and logout icon
Jan-Christoph Borchardt [Sat, 14 Apr 2012 15:20:38 +0000 (17:20 +0200)]
increase opacity of search field and logout icon

12 years agoreuse OC_L10N objects
Robin Appelman [Sat, 14 Apr 2012 14:44:15 +0000 (16:44 +0200)]
reuse OC_L10N objects

12 years agosome minor optimizations
Robin Appelman [Sat, 14 Apr 2012 14:28:36 +0000 (16:28 +0200)]
some minor optimizations

12 years agokeep version numbers in their own files for faster reading
Robin Appelman [Sat, 14 Apr 2012 14:27:58 +0000 (16:27 +0200)]
keep version numbers in their own files for faster reading

12 years agoremove outdated file
Robin Appelman [Sat, 14 Apr 2012 12:22:45 +0000 (14:22 +0200)]
remove outdated file

12 years agoRemove go to line
Tom Needham [Sat, 14 Apr 2012 12:49:31 +0000 (12:49 +0000)]
Remove go to line

12 years agoFix annoying error in log
Tom Needham [Sat, 14 Apr 2012 12:31:48 +0000 (12:31 +0000)]
Fix annoying error in log

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Sat, 14 Apr 2012 11:18:25 +0000 (11:18 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoswap enable and dissable error messages
Robin Appelman [Sat, 14 Apr 2012 11:16:37 +0000 (13:16 +0200)]
swap enable and dissable error messages

12 years agoshow error when installing an app has failed
Robin Appelman [Sat, 14 Apr 2012 10:57:03 +0000 (12:57 +0200)]
show error when installing an app has failed

12 years agoprevent users with the same name but different casing from being created
Robin Appelman [Sat, 14 Apr 2012 10:54:33 +0000 (12:54 +0200)]
prevent users with the same name but different casing from being created

12 years agoSharing: Add a filename after public share link
Bart Visscher [Sat, 14 Apr 2012 10:45:16 +0000 (12:45 +0200)]
Sharing: Add a filename after public share link

We don't do anythink with the name, but it is nice to know the file the
link point to.

12 years agoSharing: Don't get share icon for undefined filename
Bart Visscher [Sat, 14 Apr 2012 10:42:59 +0000 (12:42 +0200)]
Sharing: Don't get share icon for undefined filename

12 years agoSharing: Define missing template vars
Bart Visscher [Sat, 14 Apr 2012 09:33:27 +0000 (11:33 +0200)]
Sharing: Define missing template vars