]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoBackgroundjobs: fix bugs in template
Jakob Sack [Thu, 9 Aug 2012 23:42:30 +0000 (01:42 +0200)]
Backgroundjobs: fix bugs in template

12 years agoBackgroundjobs: improve admin form
Jakob Sack [Thu, 9 Aug 2012 23:36:33 +0000 (01:36 +0200)]
Backgroundjobs: improve admin form

12 years agoBackgroundjobs: Add table to db_structure.xml
Jakob Sack [Thu, 9 Aug 2012 23:30:08 +0000 (01:30 +0200)]
Backgroundjobs: Add table to db_structure.xml

12 years agoBackgroundjobs: fix stupid bug
Jakob Sack [Thu, 9 Aug 2012 21:52:48 +0000 (23:52 +0200)]
Backgroundjobs: fix stupid bug

12 years agoError handling works better now
Jakob Sack [Thu, 9 Aug 2012 21:49:20 +0000 (23:49 +0200)]
Error handling works better now

12 years agoBackgroundjobs: Add reset counter in worker
Jakob Sack [Thu, 9 Aug 2012 20:30:11 +0000 (22:30 +0200)]
Backgroundjobs: Add reset counter in worker

12 years agoBackgroundjobs: Improve error handling in cron.php
Jakob Sack [Thu, 9 Aug 2012 20:22:43 +0000 (22:22 +0200)]
Backgroundjobs: Improve error handling in cron.php

12 years agoBackgroundJobs: fix bug
Jakob Sack [Thu, 9 Aug 2012 20:07:18 +0000 (22:07 +0200)]
BackgroundJobs: fix bug

12 years agoBackgroundjobs: Forgot to require lib/base.php
Jakob Sack [Thu, 9 Aug 2012 19:29:45 +0000 (21:29 +0200)]
Backgroundjobs: Forgot to require lib/base.php

12 years agoBackgroundJob: forgot to rename file
Jakob Sack [Thu, 9 Aug 2012 17:26:49 +0000 (19:26 +0200)]
BackgroundJob: forgot to rename file

12 years agoBackgroundjobs: rename ScheduledTask to QueuedTask
Jakob Sack [Thu, 9 Aug 2012 17:04:04 +0000 (19:04 +0200)]
Backgroundjobs: rename ScheduledTask to QueuedTask

12 years agoAdd first version of backgroundjobs settings
Jakob Sack [Thu, 9 Aug 2012 08:41:10 +0000 (10:41 +0200)]
Add first version of backgroundjobs settings

12 years agorename appconfig keys for backgroundjobs
Jakob Sack [Thu, 9 Aug 2012 08:40:39 +0000 (10:40 +0200)]
rename appconfig keys for backgroundjobs

12 years agoFixed bug in OC_BackgroundJob_Worker
Jakob Sack [Wed, 8 Aug 2012 23:29:15 +0000 (01:29 +0200)]
Fixed bug in OC_BackgroundJob_Worker

12 years agoBe more precise regarding backgroundjobs mode
Jakob Sack [Wed, 8 Aug 2012 23:02:05 +0000 (01:02 +0200)]
Be more precise regarding backgroundjobs mode

12 years agoJavaScript file for activating web cron
Jakob Sack [Wed, 8 Aug 2012 22:58:54 +0000 (00:58 +0200)]
JavaScript file for activating web cron

12 years agoAdd "cron.php" for background jobs. It is named cron.php because more people will...
Jakob Sack [Wed, 8 Aug 2012 22:48:36 +0000 (00:48 +0200)]
Add "cron.php" for background jobs. It is named cron.php because more people will recognize the purpose of the file then.

12 years agofix license text
Jakob Sack [Wed, 8 Aug 2012 22:46:50 +0000 (00:46 +0200)]
fix license text

12 years agoAdd public interface to background jobs
Jakob Sack [Wed, 8 Aug 2012 22:01:06 +0000 (00:01 +0200)]
Add public interface to background jobs

12 years agoRenaming backgroundjobs on file system as well
Jakob Sack [Wed, 8 Aug 2012 22:00:12 +0000 (00:00 +0200)]
Renaming backgroundjobs on file system as well

12 years agoRename Backgroundjobs to BackgroundJob
Jakob Sack [Wed, 8 Aug 2012 21:59:30 +0000 (23:59 +0200)]
Rename Backgroundjobs to BackgroundJob

12 years agoAdd initial version of backgroundjobs library
Jakob Sack [Wed, 8 Aug 2012 21:39:30 +0000 (23:39 +0200)]
Add initial version of backgroundjobs library

12 years agoDon't return file handle if the mode supports writing and the file is not writable
Michael Gapczynski [Wed, 8 Aug 2012 15:25:24 +0000 (11:25 -0400)]
Don't return file handle if the mode supports writing and the file is not writable

12 years agowhile loop not needed because of recursive call of put()
Bjoern Schiessle [Wed, 8 Aug 2012 09:29:44 +0000 (11:29 +0200)]
while loop not needed because of recursive call of put()

12 years agofix for bug 879 - add parent directory to file cache if it does not exist yet.
Bjoern Schiessle [Wed, 8 Aug 2012 08:51:19 +0000 (10:51 +0200)]
fix for bug 879 - add parent directory to file cache if it does not exist yet.
This can happen if the sync client is used before user created the root directory (e.g. through web login) for example.

12 years agoDecode the alternative path_info
Bart Visscher [Tue, 7 Aug 2012 18:42:54 +0000 (20:42 +0200)]
Decode the alternative path_info

12 years agoMove getting the path info to OC_Request
Bart Visscher [Tue, 7 Aug 2012 18:33:25 +0000 (20:33 +0200)]
Move getting the path info to OC_Request

12 years agoremoteStorage: Use OCP\\Util for redirecting for login and generating link
Bart Visscher [Tue, 7 Aug 2012 18:31:23 +0000 (20:31 +0200)]
remoteStorage: Use OCP\\Util for redirecting for login and generating link

12 years agoremoteStorage: split auth allow template
Bart Visscher [Tue, 7 Aug 2012 17:31:19 +0000 (19:31 +0200)]
remoteStorage: split auth allow template

12 years agoAdd comments the other functions in OC_Request
Bart Visscher [Mon, 6 Aug 2012 20:17:10 +0000 (22:17 +0200)]
Add comments the other functions in OC_Request

12 years agoMove serverHost and serverProtocol functions to OC_Request
Bart Visscher [Mon, 6 Aug 2012 20:16:45 +0000 (22:16 +0200)]
Move serverHost and serverProtocol functions to OC_Request

12 years agoAdded function to make url absolute
Bart Visscher [Mon, 6 Aug 2012 20:15:55 +0000 (22:15 +0200)]
Added function to make url absolute

12 years agoFix rewriting GET parameters with ? in REQUESTEDAPP
Bart Visscher [Mon, 6 Aug 2012 19:45:02 +0000 (21:45 +0200)]
Fix rewriting GET parameters with ? in REQUESTEDAPP

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 7 Aug 2012 00:07:50 +0000 (02:07 +0200)]
[tx-robot] updated from transifex

12 years agoSome UI improvements on the addressbooks settings.
Thomas Tanghus [Mon, 6 Aug 2012 22:05:43 +0000 (00:05 +0200)]
Some UI improvements on the addressbooks settings.

12 years agoCheck if New and Upload buttons exist before adding their width to the total breadcru...
Michael Gapczynski [Mon, 6 Aug 2012 21:33:50 +0000 (17:33 -0400)]
Check if New and Upload buttons exist before adding their width to the total breadcrumbs width

12 years agoChange hardcoded urls to use linkTo function
Bart Visscher [Mon, 6 Aug 2012 16:49:06 +0000 (18:49 +0200)]
Change hardcoded urls to use linkTo function

12 years agoLDAP: layout settings form. Hope it is now a bit clearer and prettier.
Arthur Schiwon [Mon, 6 Aug 2012 15:25:59 +0000 (17:25 +0200)]
LDAP: layout settings form. Hope it is now a bit clearer and prettier.

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 6 Aug 2012 00:02:50 +0000 (02:02 +0200)]
[tx-robot] updated from transifex

12 years agoLDAP: offer option to disable SSL certificate checks. Works around problems with...
Arthur Schiwon [Sun, 5 Aug 2012 21:00:47 +0000 (23:00 +0200)]
LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only.

Like to hear wether it works, instead appending LDAPTLS_REQCERT=never to ldap.conf.

12 years agoremove accidentally added blank lines
Arthur Schiwon [Sun, 5 Aug 2012 20:03:47 +0000 (22:03 +0200)]
remove accidentally added blank lines

12 years agoLDAP: check for always available attribute on userExists, fixes oc-1440
Arthur Schiwon [Sun, 5 Aug 2012 20:02:34 +0000 (22:02 +0200)]
LDAP: check for always available attribute on userExists, fixes oc-1440

12 years agoadd missing \
Arthur Schiwon [Sun, 5 Aug 2012 19:35:37 +0000 (21:35 +0200)]
add missing \

12 years agoLDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302
Arthur Schiwon [Sun, 5 Aug 2012 19:28:59 +0000 (21:28 +0200)]
LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 5 Aug 2012 17:02:23 +0000 (19:02 +0200)]
[tx-robot] updated from transifex

12 years agoCorrect path to ajax file.
Thomas Tanghus [Sun, 5 Aug 2012 01:36:16 +0000 (03:36 +0200)]
Correct path to ajax file.

12 years agoMake 3rd party label a bit smaller.
Thomas Tanghus [Sun, 5 Aug 2012 00:54:18 +0000 (02:54 +0200)]
Make 3rd party label a bit smaller.

12 years agoSome more pixel pushing.
Thomas Tanghus [Sat, 4 Aug 2012 23:57:13 +0000 (01:57 +0200)]
Some more pixel pushing.

12 years agoCSS tweaks for app settings.
Thomas Tanghus [Sat, 4 Aug 2012 23:41:55 +0000 (01:41 +0200)]
CSS tweaks for app settings.

12 years agoReturn possibly changed appid.
Thomas Tanghus [Sat, 4 Aug 2012 23:41:24 +0000 (01:41 +0200)]
Return possibly changed appid.

12 years agoSmall changes to allow updating main menu dynamically.
Thomas Tanghus [Sat, 4 Aug 2012 23:40:19 +0000 (01:40 +0200)]
Small changes to allow updating main menu dynamically.

12 years agoFix scrollbar issue. Fixes oc-1414
Tom Needham [Sat, 4 Aug 2012 23:30:28 +0000 (23:30 +0000)]
Fix scrollbar issue. Fixes oc-1414

12 years agoRestructure JS code and small fixes.
Thomas Tanghus [Sat, 4 Aug 2012 21:48:09 +0000 (23:48 +0200)]
Restructure JS code and small fixes.

12 years agoListen to correct undo click for undoing deleting users
Michael Gapczynski [Sat, 4 Aug 2012 21:03:36 +0000 (17:03 -0400)]
Listen to correct undo click for undoing deleting users

12 years agoShow delete tipsy for users
Michael Gapczynski [Sat, 4 Aug 2012 21:00:16 +0000 (17:00 -0400)]
Show delete tipsy for users

12 years agoTweak users delete notification
Michael Gapczynski [Sat, 4 Aug 2012 20:44:26 +0000 (16:44 -0400)]
Tweak users delete notification

12 years agoFix condition checking for resizing breadcrumbs
Michael Gapczynski [Sat, 4 Aug 2012 19:57:49 +0000 (15:57 -0400)]
Fix condition checking for resizing breadcrumbs

12 years agoDynamically resize breadcrumbs, fix for bug oc-468
Michael Gapczynski [Sat, 4 Aug 2012 19:50:10 +0000 (15:50 -0400)]
Dynamically resize breadcrumbs, fix for bug oc-468

12 years agoUse correct variable name.
Thomas Tanghus [Sat, 4 Aug 2012 19:25:03 +0000 (21:25 +0200)]
Use correct variable name.

12 years agoRemove unused code.
Thomas Tanghus [Sat, 4 Aug 2012 18:51:26 +0000 (20:51 +0200)]
Remove unused code.

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Alessandro Cosentino [Sat, 4 Aug 2012 18:35:27 +0000 (14:35 -0400)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agolink of Add your app was broken
Alessandro Cosentino [Sat, 4 Aug 2012 18:34:57 +0000 (14:34 -0400)]
link of Add your app was broken

12 years agoWait with csrf check for now.
Thomas Tanghus [Sat, 4 Aug 2012 18:26:28 +0000 (20:26 +0200)]
Wait with csrf check for now.

12 years agoAnd add the file goddammit
Thomas Tanghus [Sat, 4 Aug 2012 18:25:20 +0000 (20:25 +0200)]
And add the file goddammit

12 years agoLoad OCS apps in an ajax call to avoid blocking the WUI.
Thomas Tanghus [Sat, 4 Aug 2012 18:12:18 +0000 (20:12 +0200)]
Load OCS apps in an ajax call to avoid blocking the WUI.

12 years agoOC_App::getAppVersion return blank if version is not specified
Alessandro Cosentino [Sat, 4 Aug 2012 17:39:36 +0000 (13:39 -0400)]
OC_App::getAppVersion return blank if version is not specified

12 years agoreset version number when not specified - again bug oc-1433
Alessandro Cosentino [Sat, 4 Aug 2012 17:08:55 +0000 (13:08 -0400)]
reset version number when not specified - again bug oc-1433

12 years agofix label for versioning in admin settings
Georg Ehrke [Sat, 4 Aug 2012 16:50:05 +0000 (18:50 +0200)]
fix label for versioning in admin settings

12 years agofixes bug oc-1433
Alessandro Cosentino [Sat, 4 Aug 2012 16:39:23 +0000 (12:39 -0400)]
fixes bug oc-1433

12 years agohide morelog button if there are no more log entries - bugfix for oc-1398
Georg Ehrke [Sat, 4 Aug 2012 15:38:31 +0000 (17:38 +0200)]
hide morelog button if there are no more log entries - bugfix for oc-1398

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 4 Aug 2012 00:04:21 +0000 (02:04 +0200)]
[tx-robot] updated from transifex

12 years agoReorganize ajax scripts.
Thomas Tanghus [Fri, 3 Aug 2012 02:20:14 +0000 (04:20 +0200)]
Reorganize ajax scripts.

12 years agoSome fixes for keyboard shortcuts.
Thomas Tanghus [Thu, 2 Aug 2012 23:02:53 +0000 (01:02 +0200)]
Some fixes for keyboard shortcuts.

12 years agoFF complained about missing charset.
Thomas Tanghus [Thu, 2 Aug 2012 17:53:22 +0000 (19:53 +0200)]
FF complained about missing charset.

12 years agoWhite space.
Thomas Tanghus [Thu, 2 Aug 2012 17:52:51 +0000 (19:52 +0200)]
White space.

12 years agoRevert "Removed text/plain header."
Thomas Tanghus [Thu, 2 Aug 2012 17:35:38 +0000 (19:35 +0200)]
Revert "Removed text/plain header."

This reverts commit fa6d26b53c020940e38f632940f73dbbb56f6847.

12 years agoadd iWork mimetypes
Georg Ehrke [Fri, 3 Aug 2012 15:22:26 +0000 (17:22 +0200)]
add iWork mimetypes

12 years agoCalendar: remove double html encoding
Bart Visscher [Fri, 3 Aug 2012 14:18:33 +0000 (16:18 +0200)]
Calendar: remove double html encoding

12 years agoaudit: update appinfo to OC4
Bart Visscher [Fri, 29 Jun 2012 21:56:06 +0000 (23:56 +0200)]
audit: update appinfo to OC4

12 years agoMerge branch 'chunked_upload'
Bart Visscher [Fri, 3 Aug 2012 13:58:17 +0000 (15:58 +0200)]
Merge branch 'chunked_upload'

12 years agoShow Login-Button when user+pw are autocompleted, fixes oc-1068
Arthur Schiwon [Fri, 3 Aug 2012 11:15:15 +0000 (13:15 +0200)]
Show Login-Button when user+pw are autocompleted, fixes oc-1068

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 3 Aug 2012 00:04:12 +0000 (02:04 +0200)]
[tx-robot] updated from transifex

12 years agoReturn properly formatted jsondata.
Thomas Tanghus [Thu, 2 Aug 2012 17:03:45 +0000 (19:03 +0200)]
Return properly formatted jsondata.

12 years agoCorrect namespace usage.
Thomas Tanghus [Thu, 2 Aug 2012 17:03:06 +0000 (19:03 +0200)]
Correct namespace usage.

12 years agoRemove logging
Thomas Tanghus [Thu, 2 Aug 2012 17:01:55 +0000 (19:01 +0200)]
Remove logging

12 years agoI was a bit too fast in removing methods yesterday...
Thomas Tanghus [Thu, 2 Aug 2012 16:57:03 +0000 (18:57 +0200)]
I was a bit too fast in removing methods yesterday...

12 years agoIf first addressbook was empty it was seen as if there where no contacts at all.
Thomas Tanghus [Thu, 2 Aug 2012 16:50:20 +0000 (18:50 +0200)]
If first addressbook was empty it was seen as if there where no contacts at all.

12 years agoLine length...
Thomas Tanghus [Thu, 2 Aug 2012 03:02:36 +0000 (05:02 +0200)]
Line length...

12 years agoRemove onunload handler when delete is cancelled.
Thomas Tanghus [Thu, 2 Aug 2012 03:01:54 +0000 (05:01 +0200)]
Remove onunload handler when delete is cancelled.

12 years agoUse popup class style for ninja-mode help.
Thomas Tanghus [Thu, 2 Aug 2012 02:15:40 +0000 (04:15 +0200)]
Use popup class style for ninja-mode help.

12 years agoMore files to delete \o/
Thomas Tanghus [Wed, 1 Aug 2012 23:15:20 +0000 (01:15 +0200)]
More files to delete \o/

12 years agoUpdated JS namespace.
Thomas Tanghus [Wed, 1 Aug 2012 23:14:50 +0000 (01:14 +0200)]
Updated JS namespace.

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 2 Aug 2012 00:06:16 +0000 (02:06 +0200)]
[tx-robot] updated from transifex

12 years agoAnd then the missing files ;)
Thomas Tanghus [Wed, 1 Aug 2012 22:01:48 +0000 (00:01 +0200)]
And then the missing files ;)

12 years agoAddressbooks settings rewrite and cleanup.
Thomas Tanghus [Wed, 1 Aug 2012 21:59:44 +0000 (23:59 +0200)]
Addressbooks settings rewrite and cleanup.

12 years agolittle fix for previous commit
Georg Ehrke [Wed, 1 Aug 2012 16:04:06 +0000 (18:04 +0200)]
little fix for previous commit

12 years agofix a subadmin UI bug
Georg Ehrke [Wed, 1 Aug 2012 16:03:08 +0000 (18:03 +0200)]
fix a subadmin UI bug

12 years agoPropagate exceptions in OC.appSettings.
Thomas Tanghus [Wed, 1 Aug 2012 14:23:11 +0000 (16:23 +0200)]
Propagate exceptions in OC.appSettings.

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 1 Aug 2012 00:02:35 +0000 (02:02 +0200)]
[tx-robot] updated from transifex

12 years agoFix #476
Jakob Sack [Tue, 31 Jul 2012 21:31:25 +0000 (23:31 +0200)]
Fix #476