summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move CSS for browser-specific fixes out of styles.css into new fixes.cssJan-Christoph Borchardt2013-08-303-44/+47
|
* move CSS for apps out of styles.css into new apps.cssJan-Christoph Borchardt2013-08-303-240/+238
|
* Merge pull request #4642 from masakik/masterMorris Jobke2013-08-292-9/+28
|\ | | | | Minor enhancement to console.php
| * replace ident spaces with tabsMasaki2013-08-292-22/+23
| |
| * enable usage with CLI interfaceMasaki Kawabata Neto2013-08-291-2/+5
| | | | | | Added option to use the status.php with console.php via CLI
| * added help and status commandsMasaki Kawabata Neto2013-08-290-0/+0
| | | | | | | | switch structure enables many commands seamlessy. also added some help and status command.
| * added help and status commandsMasaki Kawabata Neto2013-08-291-7/+22
| | | | | | | | switch structure enables many commands seamlessy. also added some help and status command.
* | Merge pull request #4592 from owncloud/fix-logicThomas Müller2013-08-291-4/+2
|\ \ | | | | | | fix weird logical behaviour
| * | fix weird logical behaviourMorris Jobke2013-08-271-4/+2
| | |
* | | Merge pull request #4643 from owncloud/touch-newfile-hookThomas Müller2013-08-291-0/+1
|\ \ \ | |_|/ |/| | also emmit create hook when creating new files using touch()
| * | also emmit create hook when creating new files using touch()Robin Appelman2013-08-291-0/+1
|/ /
* | webdav quota information contains the values for used and free - not totalThomas Müller2013-08-291-1/+1
| |
* | Merge pull request #4552 from dampfklon/fix4552Morris Jobke2013-08-281-1/+5
|\ \ | | | | | | Make group suffix in share dialog translatable
| * | Make group suffix in share dialog translatabledampfklon2013-08-221-1/+5
| | |
* | | Merge pull request #4631 from owncloud/hotfix_4630Morris Jobke2013-08-281-1/+9
|\ \ \ | | | | | | | | Work around #4630 to fix license showing
| * | | no duplicate declaration of appLicense + camelCaseThomas Müller2013-08-281-5/+4
| | | |
| * | | Work around #4630 to fix license showingkondou2013-08-281-1/+10
| | | |
* | | | Merge pull request #3926 from owncloud/improve_filesummaryThomas Müller2013-08-284-40/+127
|\ \ \ \ | | | | | | | | | | Improve filelist summary
| * | | | Reimplement filesummary in JSkondou2013-08-284-40/+127
| | | | | | | | | | | | | | | | | | | | Fix #993
* | | | | Merge pull request #4614 from owncloud/trashbin_also_show_empty_foldersThomas Müller2013-08-281-5/+0
|\ \ \ \ \ | | | | | | | | | | | | also move empty folders to the trash bin
| * | | | | also move empty folders to the trash bin as discussed here #4590Bjoern Schiessle2013-08-281-5/+0
| | | | | |
* | | | | | Merge pull request #4615 from owncloud/npm-modulesThomas Müller2013-08-281-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adds Node Modules to build in gitignore for easy testing.
| * | | | | | Adds Node Modules to build in gitignore for easy testing.raghunayyar2013-08-281-0/+3
| |/ / / / /
* | | | | | Merge pull request #4618 from owncloud/visualize-jsMorris Jobke2013-08-282-0/+65
|\ \ \ \ \ \ | | | | | | | | | | | | | | visualize
| * | | | | | fixing typoThomas Müller2013-08-281-1/+1
| | | | | | |
| * | | | | | calculate fontsize and line-heightMorris Jobke2013-08-281-2/+7
| | | | | | |
| * | | | | | update 3rdparty - md5Morris Jobke2013-08-281-0/+0
| | | | | | |
| * | | | | | fix 3rdparty commitMorris Jobke2013-08-281-0/+0
| | | | | | |
| * | | | | | reviewers commentsMorris Jobke2013-08-281-6/+14
| | | | | | |
| * | | | | | add visualizeMorris Jobke2013-08-282-0/+52
| |/ / / / /
* | | | | | Merge pull request #3961 from owncloud/logrotateMorris Jobke2013-08-283-3/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Very simple log rotation
| * | | | | fix typoMorris Jobke2013-08-281-1/+1
| | | | | |
| * | | | | Only enable logrotate when configured. Also rotate size is settable.Bart Visscher2013-08-283-11/+23
| | | | | |
| * | | | | Check for installed state before registering the logrotate background jobBart Visscher2013-08-282-2/+16
| | | | | |
| * | | | | Add description to log rotate classBart Visscher2013-08-281-0/+7
| | | | | |
| * | | | | Review fixesBart Visscher2013-08-281-4/+4
| | | | | |
| * | | | | Very simple log rotationBart Visscher2013-08-282-0/+27
| |/ / / /
* | | | | Merge pull request #4627 from owncloud/trashbin-tipsyMorris Jobke2013-08-281-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | change orientation for delete tooltip to left, fix #4589
| * | | | change orientation for delete tooltip to left, fix #4589Jan-Christoph Borchardt2013-08-281-0/+1
| | | | |
* | | | | Merge pull request #4563 from owncloud/use_personal-passwordJan-Christoph Borchardt2013-08-282-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Use personal-password for the password name in personal.php
| * | | | | Use personal-password for the password name in personal.phpkondou2013-08-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fix #4491
* | | | | | Merge pull request #4489 from owncloud/clean-3rdparty-mess-masterBart Visscher2013-08-2816-2/+1506
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean 3rdparty mess master
| * | | | | | fixing require pathThomas Müller2013-08-182-2/+2
| | | | | | |
| * | | | | | update 3rdparty submodule - timepicker removedThomas Müller2013-08-171-0/+0
| | | | | | |
| * | | | | | update 3rdparty submoduleThomas Müller2013-08-171-0/+0
| | | | | | |
| * | | | | | 3rdparty submodule update: getid3 removedThomas Müller2013-08-171-0/+0
| | | | | | |
| * | | | | | update 3rdparty - openid movedThomas Müller2013-08-171-0/+0
| | | | | | |
| * | | | | | moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller2013-08-1715-2/+1506
| | | | | | |
| * | | | | | update 3rdparty submoduleThomas Müller2013-08-171-0/+0
| | | | | | |
* | | | | | | Merge pull request #3891 from owncloud/fix_loadAppScriptFileBart Visscher2013-08-281-5/+8
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Check if the app is enabled and the app path is found before trying to l...