summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* properly encode groups as json, not ',' separatedJörn Friedrich Dreyer2014-08-191-3/+3
|
* Fix copyrightLukas Reschke2014-08-191-1/+1
|
* fix broken unit testsBjoern Schiessle2014-08-191-3/+5
|
* update unit tests with configurable share folderBjoern Schiessle2014-08-193-0/+76
|
* make share folder configurableBjoern Schiessle2014-08-194-1/+42
|
* set incognitoMode to true, getUser should always return false during public ↵Bjoern Schiessle2014-08-191-1/+3
| | | | upload
* fix color of links in warnings, fix #10480Jan-Christoph Borchardt2014-08-181-0/+1
|
* Add a note about overwritewebroot when using system cronJoas Schilling2014-08-182-7/+27
| | | | | | | | If the current webroot is non-empty but the webroot from the config is, and system cron is used, the URL generator fails to build valid URLs. So we notify the admin to set it up correctly. Fix #9995
* Added upgrade notice to avoid timeoutsVincent Petry2014-08-181-0/+4
|
* Fixed folder icon update routine when share owner existsVincent Petry2014-08-184-18/+77
| | | | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon. Backport of 607ea636be4a5a48b6abec8df3eaefe20fe4a1ba from master
* check if array index ocsid is set before accessing itGeorg Ehrke2014-08-181-1/+2
|
* Make skeleton directory configurable.Stefan Rado2014-08-182-1/+9
|
* Fix unit testLukas Reschke2014-08-151-1/+4
|
* Move authentication failed logging to checkPasswordLukas Reschke2014-08-153-10/+2
| | | | Fixes https://github.com/owncloud/core/issues/10366
* Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson2014-08-151-7/+0
| | | | Remove ability to trigger DEBUG mode via cookie
* change error text color to white for better contrast, fix #10424Jan-Christoph Borchardt2014-08-151-3/+2
|
* Compare upload limit against biggest fileOliver Gasser2014-08-151-4/+7
| | | | | When uploading multiple files from the web interface, compare the PHP upload limit against the largest file, not against the sum of all files.
* Update public.phppzy2014-08-151-0/+5
| | | | | | | | | | added tag to make facebook load a preview picture Update public.php add check ifMimeSupported and put the thumbsize in a variable generate preview for all supported mimes
* in order to prevent false-positives on the code checker - exec and eval will ↵Thomas Müller2014-08-141-4/+0
| | | | not longer be grepped for
* we need the recipient as a additional parameter to know for which share the ↵Bjoern Schiessle2014-08-143-7/+9
| | | | notification was send
* Fix issue when no apps are enabledVincent Petry2014-08-141-0/+1
| | | | Properly initialize $apps array
* new unit test addedBjoern Schiessle2014-08-141-4/+42
|
* no error if we try to delete a file which no longer existsBjoern Schiessle2014-08-141-1/+2
|
* no special action for folder named 'Shared' neededBjoern Schiessle2014-08-141-1/+1
|
* add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-142-4/+18
|
* Cast file id's to int so we can compare them properlyRobin Appelman2014-08-142-2/+3
|
* trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt2014-08-141-1/+1
|
* Merge pull request #10406 from owncloud/japanese-stable7Thomas Müller2014-08-131-1/+1
|\ | | | | fix japanese lang code
| * fix japanese lang codeVolkan Gezer2014-08-131-1/+1
|/
* Typo fix NLVolkan Gezer2014-08-131-1/+1
|
* Load authentication backends before tryBasicAuthgekmihesg2014-08-131-0/+3
|
* add unit test for aes256/aes128Bjoern Schiessle2014-08-132-0/+192
|
* update existing unit testsBjoern Schiessle2014-08-135-127/+16
|
* support aes 256Bjoern Schiessle2014-08-1311-84/+337
|
* Merge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7Jörn Friedrich Dreyer2014-08-131-0/+23
|\ | | | | check quota when trying to download a file via new -> web
| * check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-131-0/+23
|/
* fix broken variable name, recoveryPasswordSupported is now ↵Bjoern Schiessle2014-08-121-3/+3
| | | | recoveryEnabledForUser
* add unit testsBjoern Schiessle2014-08-121-0/+47
|
* fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
|
* Merge pull request #10271 from miicha/patch-2Jan-Christoph Borchardt2014-08-121-4/+3
|\ | | | | Fix display of checkboxes in Pale Moon
| * remove obsolete code commentmiicha2014-08-111-2/+0
| |
| * Fix display of checkboxes in Pale Moonmiicha2014-08-071-2/+3
| | | | | | | | | | In Pale Moon (24.7.1) the checkboxes in the file list are not in the responding line on the icon but all of them are next to the "select all" checkbox. This fix should not change anything in Firefox and chromium (on windows) but as the comment states it has to be checked on KDE/Qt. BTW why is position absolute naccessary? For my understanding relative is exactly what you want to use in such a case...
* | remove 'no people found' entryBjoern Schiessle2014-08-121-12/+1
| |
* | Add scrollto to the url if sharing a file for long file listsTom Needham2014-08-111-3/+9
| |
* | Fix link to files and folders in internal share emailsTom Needham2014-08-111-4/+3
| |
* | in case $_POST['itemSourceName'] does not exist we simply default it to nullThomas Müller2014-08-111-1/+2
| |
* | Backport of #9848Jean-Louis Dupond2014-08-111-12/+18
| | | | | | | | | | | | | | | | Fix memberOf detection. Fixes: #9835 Fix remarks in #9848 Fix initializing in #9848
* | shared files/folders are not mountedThomas Müller2014-08-111-1/+1
| |
* | update unit test, min date should be always today + 1Bjoern Schiessle2014-08-111-3/+5
| |
* | set minDate always to today + one dayBjoern Schiessle2014-08-111-2/+8
| |